Ubuntu Jaunty - Enable/Disable CTRL+ALT+BACKSPACE


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ### xorg.conf
  2.  
  3. Section "ServerFlags"
  4. Option "DontZap" "False"
  5. EndSection

Report this snippet


Comments


You need to login to view comments.