2020-07-05 21:54:09 +01:00
|
|
|
# i3lock
|
|
|
|
|
|
|
|
> Simple screen locker built for the i3 window manager.
|
|
|
|
> More information: <https://i3wm.org/i3lock>.
|
|
|
|
|
|
|
|
- Lock screen with a simple color background (rrggbb format):
|
|
|
|
|
|
|
|
`i3lock -c {{0000ff}}`
|
|
|
|
|
|
|
|
- Lock screen to a PNG background:
|
|
|
|
|
|
|
|
`i3lock -i {{path/to/picture.png}}`
|
|
|
|
|
|
|
|
- Disable the unlock indicator (removes feedback on keypress):
|
|
|
|
|
|
|
|
`i3lock -u`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Display mouse pointer instead of hiding it ('default' for default pointer, 'win' for an MS Windows pointer):
|
2020-07-05 21:54:09 +01:00
|
|
|
|
|
|
|
`i3lock -p {{default|win}}`
|
|
|
|
|
|
|
|
- Lock screen to a PNG background displayed in multiple monitors, with enabled mouse pointer:
|
|
|
|
|
|
|
|
`i3lock -i {{path/to/picture.png}} -p {{default|win}} -t`
|