mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 10:50:13 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# i3lock
|
||||
|
||||
> Simple screen locker built for the i3 window manager.
|
||||
> More information: <https://i3wm.org/i3lock>.
|
||||
> More information: <https://manned.org/i3lock>.
|
||||
|
||||
- Lock the screen showing a white background:
|
||||
|
||||
@@ -14,24 +14,24 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Lock the screen with a simple color background (rrggbb format):
|
||||
|
||||
`i3lock --color {{0000ff}}`
|
||||
`i3lock {{[-c|--color]}} {{0000ff}}`
|
||||
|
||||
- Lock the screen to a PNG background:
|
||||
|
||||
`i3lock --image {{path/to/file.png}}`
|
||||
`i3lock {{[-i|--image]}} {{path/to/file.png}}`
|
||||
|
||||
- Lock the screen and disable the unlock indicator (removes feedback on keypress):
|
||||
|
||||
`i3lock --no-unlock-indicator`
|
||||
`i3lock {{[-u|--no-unlock-indicator]}}`
|
||||
|
||||
- Lock the screen and don't hide the mouse pointer:
|
||||
|
||||
`i3lock --pointer {{default}}`
|
||||
`i3lock {{[-p|--pointer]}} {{default}}`
|
||||
|
||||
- Lock the screen to a PNG background tiled over all monitors:
|
||||
|
||||
`i3lock --image {{path/to/file.png}} --tiling`
|
||||
`i3lock {{[-i|--image]}} {{path/to/file.png}} {{[-t|--tiling]}}`
|
||||
|
||||
- Lock the screen and show the number of failed login attempts:
|
||||
|
||||
`i3lock --show-failed-attempts`
|
||||
`i3lock {{[-f|--show-failed-attempts]}}`
|
||||
|
||||
Reference in New Issue
Block a user