On 12/20/18 3:36 PM, Frank McCormick wrote:
A related question: how do I set up Fedora to allow the alt-sysreq REISUB
to kill the session? And I also thought alt-ctrl-backspace killed the
https://fedoraproject.org/wiki/QA/Sysrq
xserver. It > doesn't for me.
ctrl-alt-backspace needs to be enabled as well. Gnome appears to have a
setting to turn it on, but I've used the following snippet to enable it
across desktop environments:
# cat /etc/X11/xorg.conf.d/99-zap.conf
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx