From e0ccba0402fbd07491e9ec7041b9bc94506de4ae Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Oct 2015 16:15:01 +1300 Subject: Add a "kill X" binding --- X/xinitrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'X') 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 # -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 -- cgit v1.2.3