fix: disable caps-lock

This commit is contained in:
Tobias Reisinger 2020-03-02 11:13:29 +01:00
parent 19766e27a0
commit 6434534bbf

View file

@ -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()
{ {