remmina: update to 1.4.37
[oi-userland.git] / components / x11 / xorg-server / files / 90-zap.conf
blob8207b5a3770780e349a8991f26931769414a1a5b
1 # This configuration snippet enables the Ctrl-Alt-Backspace server kill key
2
3 # To use it, link or copy into /etc/X11/xorg.conf.d/
5 # Note that only the last XkbOptions setting seen for a device will be used,
6 # so to use multiple options, copy this file and add options into the Option
7 # string, such as "terminate:ctrl_alt_bksp,ctrl:swapcaps"
9 Section "InputClass"
10     Identifier "keyboard zap by default"
11     MatchIsKeyboard "on"
13     Option "XKbOptions" "terminate:ctrl_alt_bksp"
14 EndSection