fix: disable caps-lock
This commit is contained in:
parent
19766e27a0
commit
6434534bbf
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ xcompmgr -c -r0 &
|
||||||
export ZDOTDIR="$HOME/.config/zsh"
|
export ZDOTDIR="$HOME/.config/zsh"
|
||||||
|
|
||||||
setxkbmap de
|
setxkbmap de
|
||||||
|
setxkbmap -option caps:none
|
||||||
|
|
||||||
_autostart_on_launch()
|
_autostart_on_launch()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue