2016-08-23 11:55:34 +03:00
|
|
|
.Dd 2016-08-23
|
|
|
|
.Dt SLOCK 1
|
|
|
|
.Sh NAME
|
|
|
|
.Nm slock
|
|
|
|
.Nd simple X screen locker
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl v
|
|
|
|
.Op Ar cmd Op Ar arg ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
is a simple X screen locker. If provided,
|
|
|
|
.Ar cmd Op Ar arg ...
|
2016-02-14 02:48:48 +02:00
|
|
|
is executed after the screen has been locked.
|
2016-08-23 11:55:34 +03:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl v
|
|
|
|
Print version information to stdout and exit.
|
|
|
|
.El
|
|
|
|
.Sh EXAMPLES
|
|
|
|
$
|
|
|
|
.Nm
|
|
|
|
/usr/sbin/s2ram
|
|
|
|
.Sh CUSTOMIZATION
|
|
|
|
.Nm
|
|
|
|
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.
|