aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'X/xinitrc')
-rw-r--r--X/xinitrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/X/xinitrc b/X/xinitrc
index f8acd689..5ce4c5c8 100644
--- a/X/xinitrc
+++ b/X/xinitrc
@@ -1,9 +1,10 @@
# Read X resources
xrdb "$HOME"/.Xresources
-# Map Caps Lock as a Ctrl key, use right alt as Compose
+# Map Caps Lock as a Ctrl key, use right alt as Compose, kill X server with
+# Ctrl+Alt+Backspace
# <https://en.wikipedia.org/wiki/Compose_key#Common_compose_combinations>
-setxkbmap -option ctrl:nocaps -option compose:ralt
+setxkbmap -option compose:ralt,ctrl:nocaps,terminate:ctrl_alt_bksp
# Apply background image
feh --bg-scale --no-fehbg -- "$HOME"/.xbackgrounds/castle.jpg