90-zap.conf revision 1088
1088N/A# This configuration snippet enables the Ctrl-Alt-Backspace server kill key
1088N/A#
1088N/A# To use it, link or copy into /etc/X11/xorg.conf.d/
1088N/A#
1088N/A# Note that only the last XkbOptions setting seen for a device will be used,
1088N/A# so to use multiple options, copy this file and add options into the Option
1088N/A# string, such as "terminate:ctrl_alt_bksp,ctrl:swapcaps"
1088N/A
1088N/ASection "InputClass"
1088N/A Identifier "keyboard zap by default"
1088N/A MatchIsKeyboard "on"
1088N/A
1088N/A Option "XKbOptions" "terminate:ctrl_alt_bksp"
1088N/AEndSection