From abfbd7dc89487ef80f4641ee4d271da5f17dc144 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 7 Dec 2017 21:27:28 +0100 Subject: [PATCH] Changed commad for suspend system --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 3beb685..cd0f43d 100644 --- a/i3/config +++ b/i3/config @@ -119,7 +119,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' 'sudo hibernate-ram' \ + -b 'Suspend' 'sudo s2ram -f -a 1' \ -b 'Reboot' 'systemctl reboot' \ -b 'Halt' 'systemctl poweroff'"