mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
xtrlock: add page (#2501)
This commit is contained in:
parent
0bf0e88e0a
commit
9c7f70fdbb
1 changed files with 15 additions and 0 deletions
15
pages/linux/xtrlock.md
Normal file
15
pages/linux/xtrlock.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# xtrlock
|
||||||
|
|
||||||
|
> Lock the X display until the user supplies their password.
|
||||||
|
|
||||||
|
- Lock the display and show a padlock instead of the cursor:
|
||||||
|
|
||||||
|
`xtrlock`
|
||||||
|
|
||||||
|
- Display a blank screen as well as the padlock cursor:
|
||||||
|
|
||||||
|
`xtrlock -b`
|
||||||
|
|
||||||
|
- Fork the xtrlock process and return immediately:
|
||||||
|
|
||||||
|
`xtrlock -f`
|
Loading…
Add table
Reference in a new issue