Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

37
linux/i3lock Normal file
View File

@@ -0,0 +1,37 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# i3lock
> Simple screen locker built for the i3 window manager.
> More information: <https://i3wm.org/i3lock>.
- Lock the screen showing a white background:
`i3lock`
- Lock the screen with a simple color background (rrggbb format):
`i3lock --color {{0000ff}}`
- Lock the screen to a PNG background:
`i3lock --image {{path/to/file.png}}`
- Lock the screen and disable the unlock indicator (removes feedback on keypress):
`i3lock --no-unlock-indicator`
- Lock the screen and don't hide the mouse pointer:
`i3lock --pointer {{default}}`
- Lock the screen to a PNG background tiled over all monitors:
`i3lock --image {{path/to/file.png}} --tiling`
- Lock the screen and show the number of failed login attempts:
`i3lock --show-failed-attempts`