On 2018-12-20 10:54 p.m., Samuel Sieb wrote:
On 12/20/18 7:49 PM, Frank McCormick wrote:
On 2018-12-20 10:22 p.m., Samuel Sieb wrote:
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
So both those sections have to be put into 99-zap.conf ?
Yes, the first one turns on the option, the second one sets the key
combo.
Yes, works fine. Thanks
_______________________________________________
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