2021-11-14 02:28:51 +01:00
|
|
|
# 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):
|
|
|
|
|
2025-04-27 10:35:40 +03:00
|
|
|
`blurlock {{[-u|--no-unlock-indicator]}}`
|
2021-11-14 02:28:51 +01:00
|
|
|
|
|
|
|
- Lock the screen and don't hide the mouse pointer:
|
|
|
|
|
2025-04-27 10:35:40 +03:00
|
|
|
`blurlock {{[-p|--pointer]}} {{default}}`
|
2021-11-14 02:28:51 +01:00
|
|
|
|
|
|
|
- Lock the screen and show the number of failed login attempts:
|
|
|
|
|
2025-04-27 10:35:40 +03:00
|
|
|
`blurlock {{[-f|--show-failed-attempts]}}`
|