aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-02 01:11:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-02 01:11:57 +1200
commit43794fd4ba56a79d1a3350f6d083dcaea96d7952 (patch)
treebc0241781e69e28039273c85fc8c4fb19f5a8e41 /X
parentMerge branch 'release/v11.21.0' into develop (diff)
downloaddotfiles-43794fd4ba56a79d1a3350f6d083dcaea96d7952.tar.gz
dotfiles-43794fd4ba56a79d1a3350f6d083dcaea96d7952.zip
Use a different xkb option for caps-as-control
Diffstat (limited to 'X')
-rw-r--r--X/xsession.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/X/xsession.sh b/X/xsession.sh
index 9c0dcab7..91f23d9d 100644
--- a/X/xsession.sh
+++ b/X/xsession.sh
@@ -20,12 +20,12 @@ for program in xrandr xwallpaper ; do (
) ; done
# Set a few keyboard map options
-# - Remap right Alt as a Compose key
# - Remap Caps Lock as another Control key
+# - Remap right Alt as a Compose key
# - Kill X server with Ctrl+Alt+Backspace
setxkbmap \
+ -option caps:ctrl_modifier \
-option compose:ralt \
- -option ctrl:nocaps \
-option terminate:ctrl_alt_bksp &
# Set fast mouse acceleration with a natural threshold