
i3lock
List of commands for i3lock:
-
i3lock:ai:edbc1 What is the best screen locker with a nice ui for openbox?$ i3lock --noforktry on your machineexplain this command
-
i3lock:tldr:123fc i3lock: Lock the screen with a simple color background (rrggbb format).$ i3lock --color ${0000ff}try on your machineexplain this command
-
i3lock:tldr:1c298 i3lock: Lock the screen to a PNG background.$ i3lock --image ${filename-png}try on your machineexplain this command
-
i3lock:tldr:2ac25 i3lock: Lock the screen and disable the unlock indicator (removes feedback on keypress).$ i3lock --no-unlock-indicatortry on your machineexplain this command
-
i3lock:tldr:5f9ad i3lock: Lock the screen to a PNG background tiled over all monitors.$ i3lock --image ${filename-png} --tilingtry on your machineexplain this command
-
i3lock:tldr:b5e9a i3lock: Lock the screen showing a white background.$ i3locktry on your machineexplain this command
-
i3lock:tldr:cd946 i3lock: Lock the screen and show the number of failed login attempts.$ i3lock --show-failed-attemptstry on your machineexplain this command
-
i3lock:tldr:dfff7 i3lock: Lock the screen and don't hide the mouse pointer.$ i3lock --pointer ${default}try on your machineexplain this command