492 bytes added
, 14:09, 20 January 2012
== Secure Xserver-xorg disable Switch to Console ==
add to /etc/X11/xorg.conf
<pre>
Section "ServerFlags"
Option "DontZap" "on"
Option "DontVTSwitch" "on"
Option "AllowClosedownGrabs" "off"
Option "AllowDeactivateGrabs" "on"
EndSection
</pre>
- 1.+2. entry disables switch to terminal by pressing ALT+CTRL+F1
- 3.+4. entry disables xkill access to active process of xscreensaver -xlock by keyboard shortcut CTRL+ALT+Multiplication Button