1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:26:01 +02:00
tldr/pages/linux/blurlock.md
Managor 611d2c9a04
linux*: refresh old pages part 2 (#16263)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-27 10:35:40 +03:00

21 lines
627 B
Markdown

# blurlock
> A simple wrapper around the i3 screen locker `i3lock`, which blurs the screen.
> See also: `i3lock`.
> More information: <https://gitlab.manjaro.org/packages/community/i3/i3exit/-/blob/master/blurlock>.
- Lock the screen to a blurred screenshot of the current screen:
`blurlock`
- Lock the screen and disable the unlock indicator (removes feedback on keypress):
`blurlock {{[-u|--no-unlock-indicator]}}`
- Lock the screen and don't hide the mouse pointer:
`blurlock {{[-p|--pointer]}} {{default}}`
- Lock the screen and show the number of failed login attempts:
`blurlock {{[-f|--show-failed-attempts]}}`