commands.sh

i3lock

all

Simple screen locker built for the i3 window manager.

More info →

Options (6)

-c, --colorboolean

Lock the screen with a simple color background (rrggbb format)

Example: i3lock {{[-c|--color]}} {{0000ff}}
-i, --imageboolean

Lock the screen to a PNG background

Example: i3lock {{[-i|--image]}} {{path/to/file.png}}
-u, --no-unlock-indicatorboolean

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

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

Lock the screen and don't hide the mouse pointer

Example: i3lock {{[-p|--pointer]}} {{default}}
-t, --tilingboolean

Lock the screen to a PNG background tiled over all monitors

Example: i3lock {{[-i|--image]}} {{path/to/file.png}} {{[-t|--tiling]}}
-f, --show-failed-attemptsboolean

Lock the screen and show the number of failed login attempts

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

Examples (7)

Lock the screen showing a white background

Lock the screen with a simple color background (rrggbb format)

i3lock [-c|--color] 0000ff

Lock the screen to a PNG background

i3lock [-i|--image] path/to/file.png

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

i3lock [-u|--no-unlock-indicator]

Lock the screen and don't hide the mouse pointer

i3lock [-p|--pointer] default

Lock the screen to a PNG background tiled over all monitors

i3lock [-i|--image] path/to/file.png [-t|--tiling]

Lock the screen and show the number of failed login attempts

i3lock [-f|--show-failed-attempts]
made by @shridhargupta | data from tldr-pages