mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-12-02 14:05:43 -05:00
Fix options -B and -S
This commit is contained in:
parent
0350d065b1
commit
9e5c3769f3
1 changed files with 3 additions and 3 deletions
6
i3lock.1
6
i3lock.1
|
@ -8,7 +8,7 @@
|
|||
.fi
|
||||
..
|
||||
|
||||
.TH i3lock-color 1 "JUNE 2020" Linux "User Manuals"
|
||||
.TH i3lock-color 1 "JULY 2020" Linux "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
i3lock-color \- improved screen locker
|
||||
|
@ -148,12 +148,12 @@ Note, that this will log the password used for authentication to stdout.
|
|||
|
||||
.SH i3lock-color options
|
||||
.TP
|
||||
.B \-S=number, \-\-screen=number
|
||||
.B \-S number, \-\-screen=number
|
||||
Specifies which display to draw the unlock indicator and clock on. By default, they'll be placed on every screen.
|
||||
Note that this number is zero indexed. The ordering is dependent on libxinerama.
|
||||
|
||||
.TP
|
||||
.B \-B=sigma, \-\-blur=sigma
|
||||
.B \-B sigma, \-\-blur=sigma
|
||||
Captures the screen and blurs it using the given sigma (radius).
|
||||
Images may still be overlaid over the blurred screenshot.
|
||||
As an alternative to this option, you could specify a translucent background color
|
||||
|
|
Loading…
Reference in a new issue