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'
