Created
December 26, 2022 14:56
-
-
Save cezarmezzalira/df3eb4b22fd6301c9a761094eb737ec8 to your computer and use it in GitHub Desktop.
Disable XOrg kill shortcut - Replace /usr/share/X11/xorg.conf.d/53-zap.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "ServerFlags" | |
Option "DontZap" "on" | |
EndSection | |
Section "InputClass" | |
Identifier "Keyboard Defaults" | |
MatchIsKeyboard "yes" | |
Option "XkbOptions" "terminate:ctrl_alt_bksp" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment