recipes: optimize lzlib and plzip
[dragora.git] / archive / xserver / 00-keyboard.conf
bloba6d69c9dce2adb68e198ad6bbdeff39bda1cec31
2 # Enable ctrl-alt-backspace keys to allow "Terminate Server"
3 Section "ServerFlags"
4         Option "DontZap" "false"
5 EndSection
7 Section "InputClass"
8         Identifier "Keyboard Defaults"
9         MatchIsKeyboard "yes"
10         Option "XkbOptions" "terminate:ctrl_alt_bksp"
11 EndSection