mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +02:00
betterlockscreen : added page (#3972)
This commit is contained in:
parent
30a10e44f6
commit
b9a5b0f6d0
2 changed files with 20 additions and 0 deletions
19
pages/linux/betterlockscreen.md
Normal file
19
pages/linux/betterlockscreen.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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`
|
|
@ -1,6 +1,7 @@
|
|||
# playerctl
|
||||
|
||||
> Utility to control different media players.
|
||||
> More information: <https://github.com/altdesktop/playerctl>.
|
||||
|
||||
- Toggle play:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue