Skip to content

Instantly share code, notes, and snippets.

@iNecas
Created January 1, 2012 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iNecas/1547279 to your computer and use it in GitHub Desktop.
Save iNecas/1547279 to your computer and use it in GitHub Desktop.
Disable ctrl-alt-backspace in X11
# Disable ctrl-alt-backpace (restart X11) server.
# Put into /etc/X11/xorg.conf.d
Section "ServerFlags"
Option "DontZap" "yes"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment