Skip to content

Instantly share code, notes, and snippets.

@cezarmezzalira
Created December 26, 2022 14:56
Show Gist options
  • Save cezarmezzalira/df3eb4b22fd6301c9a761094eb737ec8 to your computer and use it in GitHub Desktop.
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
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