From: Samir Benmendil Date: Mon, 26 Sep 2022 16:13:18 +0000 (+0100) Subject: xprofile: use xss-lock and loginctl lock-session to trigger i3lock X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2d171ced9365bac5a592c2a809d93946933a68d8?hp=2d171ced9365bac5a592c2a809d93946933a68d8 xprofile: use xss-lock and loginctl lock-session to trigger i3lock xss-lock makes sure that i3lock is triggered when the session is locked via systemd by other means than xidlehook, i.e. LidClose events. Since there is now a handler for session locking in systemd, might as well use that on the timer as well via lock-session. ---