/etc/skel/.xinitrc.d/grml_keyboard: Ctrl+Alt+Backspace kills xserver
authorMichael Prokop <mika@grml.org>
Wed, 1 Dec 2010 22:26:09 +0000 (23:26 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 1 Dec 2010 22:26:43 +0000 (23:26 +0100)
Thanks: Sedat Dilek <sedat.dilek@googlemail.com>
Closes: issue908

etc/skel/.xinitrc.d/grml_keyboard

index 019c963..a4cbedf 100755 (executable)
@@ -25,4 +25,7 @@ else
    fi
 fi
 
+# Ctrl+Alt+Backspace killing xserver
+setxkbmap -option terminate:ctrl_alt_bksp
+
 ## END OF FILE #################################################################