From caf5e58e44b2e9210c306a526b79e4fc08d7387d Mon Sep 17 00:00:00 2001 From: "jbranso@dismail.de" Date: Mon, 11 Sep 2023 14:38:20 -0400 Subject: faq/x-exit.mdwn: added an example xorg-ctrl-alt-backspace.conf file that shows users how to configure to kill X via C-M-DEL. Message-Id: <20230911183820.1532-1-jbranso@dismail.de> --- faq/x-exit.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'faq') 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 -- cgit v1.2.3