From 6a1ba01ec1e6d1d131c4b303113e832c3b2ef6a3 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Fri, 27 Dec 2024 00:15:54 +0100 Subject: [PATCH] Suspend then lock... --- .config/i3/i3exit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/i3exit b/.config/i3/i3exit index d0d44d8..92b1925 100755 --- a/.config/i3/i3exit +++ b/.config/i3/i3exit @@ -13,10 +13,10 @@ logout) i3-msg exit ;; suspend) - lock && systemctl suspend + systemctl suspend && lock ;; hibernate) - lock && systemctl hibernate + systemctl hibernate && lock ;; reboot) systemctl reboot