Files
cheatsheet-tldr/tldr/linux/blurlock
2025-12-20 00:20:53 +00:00

27 lines
712 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# blurlock
> A simple wrapper around the i3 screen locker `i3lock`, which blurs the screen.
> See also: `i3lock`.
> More information: <https://gitlab.manjaro.org/packages/extra/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]}}`