From b987ee50720a7fe491542e8b0e5a3aaa0ebd1dea Mon Sep 17 00:00:00 2001 From: Thek4n Date: Tue, 31 Oct 2023 15:35:26 +0300 Subject: [PATCH] i3power ref --- home/user/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/.config/i3/config b/home/user/.config/i3/config index 2b95ca6..515b6db 100644 --- a/home/user/.config/i3/config +++ b/home/user/.config/i3/config @@ -162,8 +162,8 @@ bindsym $mod+r mode "resize" set $exitmode "Power: [e]xit, [r]eboot, [s]hutdown, s[u]spend, [l]ock" mode $exitmode { bindsym e exit - bindsym r exec systemctl reboot - bindsym s exec systemctl shutdown now + bindsym r exec reboot + bindsym s exec shutdown -h now bindsym u exec $i3lock_cmd; exec systemctl suspend; mode "default" bindsym l exec $i3lock_cmd; mode "default"