From 5b952d49766a8196cadaa92441eac43788082d10 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 17 Jun 2023 15:13:53 +0100 Subject: Added suspend --- i3/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i3') diff --git a/i3/config b/i3/config index 20173d8..b715c79 100644 --- a/i3/config +++ b/i3/config @@ -138,6 +138,8 @@ bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +# suspend +bindsym $mod+Shift+s exec "systemctl suspend" # resize window (you can also use the mouse for that) mode "resize" { -- cgit v1.2.3