diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 00:34:02 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 00:34:02 +0400 |
commit | ced67a19c4dd5c86514208f07851bdb4b1c337a1 (patch) | |
tree | 194ffb69352ec379aabfae58f7b6ab712e92b4e1 /config | |
parent | bc00593cc902732b1878274ca262564e4d95c7a1 (diff) |
small comment change
Diffstat (limited to 'config')
-rw-r--r-- | config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index b08d99b..7493e7c 100644 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -17,7 +17,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -setxkbmap -option "caps:ctrl_modifier" # switch caps lock to ctrl +setxkbmap -option "caps:ctrl_modifier" # change caps_lock to ctrl xset r rate 300 50 # increase cursor speed xset s off && xset -dpms # disable screen blackening xgamma -gamma 0.8 # change gamma |