tldr/pages/linux/i3lock.md

33 lines
756 B
Markdown
Raw Normal View History

2020-07-05 21:54:09 +01:00
# i3lock
> Simple screen locker built for the i3 window manager.
> More information: <https://i3wm.org/i3lock>.
- Lock the screen showing a white background:
2020-07-05 21:54:09 +01:00
`i3lock`
2020-07-05 21:54:09 +01:00
- Lock the screen with a simple color background (rrggbb format):
2020-07-05 21:54:09 +01:00
`i3lock --color {{0000ff}}`
2020-07-05 21:54:09 +01:00
- Lock the screen to a PNG background:
2020-07-05 21:54:09 +01:00
`i3lock --image {{path/to/file.png}}`
2020-07-05 21:54:09 +01:00
- Lock the screen and disable the unlock indicator (removes feedback on keypress):
2020-07-05 21:54:09 +01:00
`i3lock --no-unlock-indicator`
2020-07-05 21:54:09 +01:00
- Lock the screen and don't hide the mouse pointer:
2020-07-05 21:54:09 +01:00
`i3lock --pointer {{default}}`
- Lock the screen to a PNG background tiled over all monitors:
`i3lock --image {{path/to/file.png}} --tiling`
- Lock the screen and show the number of failed login attempts:
`i3lock --show-failed-attempts`