commands.sh

blurlock

linux

A simple wrapper around the i3 screen locker `i3lock`, which blurs the screen. See also: `i3lock`.

More info →

Options (3)

-u, --no-unlock-indicatorboolean

Lock the screen and disable the unlock indicator (removes feedback on keypress)

Example: blurlock {{[-u|--no-unlock-indicator]}}
-p, --pointerboolean

Lock the screen and don't hide the mouse pointer

Example: blurlock {{[-p|--pointer]}} {{default}}
-f, --show-failed-attemptsboolean

Lock the screen and show the number of failed login attempts

Example: blurlock {{[-f|--show-failed-attempts]}}

Examples (4)

Lock the screen to a blurred screenshot of the current screen

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]
made by @shridhargupta | data from tldr-pages