X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=slock.1;h=946165fa092c2089232c4505e4618b0856a24eea;hb=c26b621d259b024c322e6a921f74f2b2872c4fe5;hp=2b2b7c82c773e467a234fceba67d4ad4e8ce0495;hpb=a9eddbd94fb03a36186ef2b1e784468dfcddbc19;p=slock.git diff --git a/slock.1 b/slock.1 index 2b2b7c8..946165f 100644 --- a/slock.1 +++ b/slock.1 @@ -6,6 +6,8 @@ .Sh SYNOPSIS .Nm .Op Fl v +.Op Fl f +.Op Fl m Ar message .Op Ar cmd Op Ar arg ... .Sh DESCRIPTION .Nm @@ -16,7 +18,24 @@ is executed after the screen has been locked. .Bl -tag -width Ds .It Fl v Print version information to stdout and exit. +.It Fl f +List all valid X fonts and exit. +.It Fl m Ar message +Overrides default slock lock message. +.TP .El +.Sh 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 +.Xr xorg.conf 5 +for maximum security: +.Bd -literal -offset left +Section "ServerFlags" + Option "DontVTSwitch" "True" + Option "DontZap" "True" +EndSection +.Ed .Sh EXAMPLES $ .Nm