From 1059277f284599e7a591255b7d3bca694b2e8448 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 15 Aug 2019 21:16:12 +0200 Subject: [PATCH] default config: mention loginctl lock-session alongside xss-lock --- etc/config | 2 +- etc/config.keycodes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config b/etc/config index a1cb8422..597ec4eb 100644 --- a/etc/config +++ b/etc/config @@ -21,7 +21,7 @@ font pango:monospace 8 # they are included here as an example. Modify as you see fit. # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the -# screen before suspend. +# screen before suspend. Use loginctl lock-session to lock your screen. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, diff --git a/etc/config.keycodes b/etc/config.keycodes index 83f37af2..7988a01b 100644 --- a/etc/config.keycodes +++ b/etc/config.keycodes @@ -22,7 +22,7 @@ font pango:monospace 8 # they are included here as an example. Modify as you see fit. # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the -# screen before suspend. +# screen before suspend. Use loginctl lock-session to lock your screen. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux,