summaryrefslogtreecommitdiff
path: root/faq/x-exit.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'faq/x-exit.mdwn')
-rw-r--r--faq/x-exit.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/faq/x-exit.mdwn b/faq/x-exit.mdwn
index 484aac13..5806cd11 100644
--- a/faq/x-exit.mdwn
+++ b/faq/x-exit.mdwn
@@ -16,3 +16,12 @@ License|/fdl]]."]]"""]]
This is due to a missing implementation of a corner case of Posix signaling for non-root processes to root processes.
One can however use the usual ctrl-alt-backspace shortcut to kill the X server.
+
+You just need to configure it via the file:
+`/etc/X11/xorg.conf.d/xorg-ctrl-backspace.conf`
+
+ Section "InputDevice"
+ Identifier "Generic KeyBoard"
+ Driver "kbd"
+ Option "XkbOptions" "terminate:ctrl_alt_bksp"
+ EndSection