From 81f3fd78c2f4f48020f165f474ccd5e947097063 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Fri, 28 Jul 2017 14:51:11 +0200 Subject: [PATCH] - Updated suspend command --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index ba9ff08..fc254fb 100644 --- a/i3/config +++ b/i3/config @@ -118,7 +118,7 @@ bindsym $mod+Shift+r restart #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'" bindsym $mod+Shift+e exec "i3-nagbar -t error -m 'Q' \ -b 'Exit' 'i3-msg exit' \ - -b 'Suspend' 'systemctl suspend' \ + -b 'Suspend' 'sudo hibernate-ram' \ -b 'Reboot' 'systemctl reboot' \ -b 'Halt' 'systemctl poweroff'"