diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-21 23:20:36 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-21 23:20:52 +0100 |
commit | e3d1c29a87482a323894866999ff094031406e44 (patch) | |
tree | e0c7ae7c0cdcf6b41b96d55c2f94c413169c57d9 /config/X | |
parent | 11aed225bcfb4edc9196fdbef30a1d70635f996e (diff) |
use swapcaps instead of nocaps
Diffstat (limited to 'config/X')
-rwxr-xr-x | config/X/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index beb33f2..2b2d5f1 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -22,7 +22,7 @@ export MENUCMD="dmenu" export IMAGE="feh" xcompmgr & feh --no-fehbg --bg-scale ~/pics/wallpaper -setxkbmap -option ctrl:nocaps +setxkbmap -option ctrl:swapcaps xmodmap -e "keycode 135 = Super_L" xautolock -time 5 -locker slock & gammastep -m randr & |