From 9c7f70fdbb4ebf7ba82edab90f2c3591f7f6e552 Mon Sep 17 00:00:00 2001 From: Sacha Bron Date: Tue, 30 Oct 2018 09:36:15 +0100 Subject: [PATCH] xtrlock: add page (#2501) --- pages/linux/xtrlock.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/xtrlock.md diff --git a/pages/linux/xtrlock.md b/pages/linux/xtrlock.md new file mode 100644 index 0000000000..4be5734035 --- /dev/null +++ b/pages/linux/xtrlock.md @@ -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`