5 .Nd simple X screen locker
9 .Op Ar cmd Op Ar arg ...
12 is a simple X screen locker. If provided,
14 is executed after the screen has been locked.
18 Print version information to stdout and exit.
20 .Sh SECURITY CONSIDERATIONS
21 To make sure a locked screen can not be bypassed by switching VTs
22 or killing the X server with Ctrl+Alt+Backspace, it is recommended
26 .Bd -literal -offset left
28 Option "DontVTSwitch" "True"
29 Option "DontZap" "True"
38 can be customized by creating a custom config.h from config.def.h and
39 (re)compiling the source code. This keeps it fast, secure and simple.