Hello.
Is there a smart way (or maybe a patch) to turn off the Ctl+Alt+* key sequence
while running slock? The 0.3 version permits (is it intentional?) switching to tty or killing X
explicitly.
Currently I'm using a little wrapper:
#!/bin/sh
xmodmap -e 'keycode 37=' -e 'keycode 109='
slock
xmodmap -e 'keycode 37=Control_L' -e 'keycode 109=Control_R'
Received on Tue Dec 26 2006 - 21:00:21 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:34:08 UTC