aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-06 17:10:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-06 23:54:41 +1200
commit56863eb1ccbf5ef6bffc31ae0d9d2cda466a5175 (patch)
treef13462683c6e47c1cb2be6dab192b31b931206a9
parentLean on Debian alternatives system a bit more (diff)
downloaddotfiles-56863eb1ccbf5ef6bffc31ae0d9d2cda466a5175.tar.gz
dotfiles-56863eb1ccbf5ef6bffc31ae0d9d2cda466a5175.zip
Format a comment
-rw-r--r--x/bin/xsession.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/x/bin/xsession.sh b/x/bin/xsession.sh
index 7a12e5e8..c74ca70e 100644
--- a/x/bin/xsession.sh
+++ b/x/bin/xsession.sh
@@ -19,10 +19,12 @@ for program in xrandr xwallpaper ; do (
xargs -- "$program" < "$config"
) ; done
-# Set a few keyboard map options
-# - Remap Caps Lock as another Control key
-# - Remap right Alt as a Compose key
-# - Kill X server with Ctrl+Alt+Backspace
+# Set a few keyboard map options:
+#
+# - 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 \