mirror of https://github.com/CrimsonTome/tldr.git
16 lines
282 B
Markdown
16 lines
282 B
Markdown
|
# 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`
|