diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-17 23:46:48 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-17 23:46:48 +0400 |
commit | 1dfdf634e8ed866594caf92fbd1da147c485a5c8 (patch) | |
tree | e3e230a5862f5467acbcc745eac52336f4c9d2db /config/x11 | |
parent | d8c9fcc674ddf8b89c8323b264792f1ca686505c (diff) |
config/x11/xinitrc: sort alphabetically
Diffstat (limited to 'config/x11')
-rw-r--r-- | config/x11/xinitrc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index b90cd9e..3cf201f 100644 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -17,12 +17,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -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 -swall # set wallpaper dunst & picom & +setxkbmap -option "caps:ctrl_modifier" # change caps_lock to ctrl slstatus & +swall # set wallpaper +xgamma -gamma 0.8 # change gamma +xset r rate 300 50 # increase cursor speed +xset s off && xset -dpms # disable screen blackening + exec dwm |