mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
swaylock: add page (#10628)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
580ab5eaeb
commit
6afd4dbb5f
1 changed files with 36 additions and 0 deletions
36
pages/linux/swaylock.md
Normal file
36
pages/linux/swaylock.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# swaylock
|
||||
|
||||
> Screen locking utility for Wayland compositors.
|
||||
> More information: <https://manned.org/swaylock>.
|
||||
|
||||
- Lock the screen showing a white background:
|
||||
|
||||
`swaylock`
|
||||
|
||||
- Lock the screen with a simple color background (rrggbb format):
|
||||
|
||||
`swaylock --color {{0000ff}}`
|
||||
|
||||
- Lock the screen to a PNG background:
|
||||
|
||||
`swaylock --image {{path/to/file.png}}`
|
||||
|
||||
- Lock the screen and disable the unlock indicator (removes feedback on keypress):
|
||||
|
||||
`swaylock --no-unlock-indicator`
|
||||
|
||||
- Lock the screen and don't hide the mouse pointer:
|
||||
|
||||
`swaylock --pointer {{default}}`
|
||||
|
||||
- Lock the screen to a PNG background tiled over all monitors:
|
||||
|
||||
`swaylock --image {{path/to/file.png}} --tiling`
|
||||
|
||||
- Lock the screen and show the number of failed login attempts:
|
||||
|
||||
`swaylock --show-failed-attempts`
|
||||
|
||||
- Load configuration from a file:
|
||||
|
||||
`swaylock --config {{path/to/config}}`
|
Loading…
Add table
Reference in a new issue