logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

slock — simple X screen locker

Customization

slock  can  be  customized  by  creating a custom config.h from config.def.h and (re)compiling the source
       code. This keeps it fast, secure and simple.

                                                   2016-08-23                                           SLOCK(1)

Description

slock  is  a  simple  X  screen  locker. If provided, cmd [arg...] is executed after the screen has been
       locked.

Examples

       $ slock /usr/sbin/s2ram

Name

       slock — simple X screen locker

Options

-v      Print version information to stdout and exit.

Security Considerations

       To make sure a locked screen can not  be  bypassed  by  switching  VTs  or  killing  the  X  server  with
       Ctrl+Alt+Backspace, it is recommended to disable both in xorg.conf(5) for maximum security:

       Section "ServerFlags"
               Option "DontVTSwitch" "True"
               Option "DontZap"      "True"
       EndSection

Synopsis

slock [-v] [cmd [arg...]]

See Also