1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/linux/betterlockscreen.md
2020-04-30 21:04:45 +01:00

19 lines
390 B
Markdown

# betterlockscreen
> Simple, minimal lock screen.
- Lock the screen:
`betterlockscreen --lock`
- Change the lock screen background:
`betterlockscreen -u {{path/to/image.png}}`
- Lock the screen, showing some custom text:
`betterlockscreen -l pixel -t "{{custom lock screen text}}"`
- Lock the screen, with a custom monitor off timeout in seconds:
`betterlockscreen --off {{5}} -l`