mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 11:47:23 +00:00
Update cheatsheets
This commit is contained in:
25
linux/betterlockscreen
Normal file
25
linux/betterlockscreen
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# betterlockscreen
|
||||
|
||||
> Simple, minimal lock screen.
|
||||
> More information: <https://github.com/pavanjadhaw/betterlockscreen>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user