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