mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 14:49:57 +00:00
Update cheatsheets
This commit is contained in:
26
linux/blurlock
Normal file
26
linux/blurlock
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
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/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 --no-unlock-indicator`
|
||||
|
||||
- Lock the screen and don't hide the mouse pointer:
|
||||
|
||||
`blurlock --pointer {{default}}`
|
||||
|
||||
- Lock the screen and show the number of failed login attempts:
|
||||
|
||||
`blurlock --show-failed-attempts`
|
||||
Reference in New Issue
Block a user