diff --git a/conf/i3/config b/conf/i3/config index 0e2a2386..8aeeb5ba 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -253,8 +253,8 @@ bindsym Control+$mod+l exec $ScreenLockCmd # suspend and hibernate, inspiration took from the nagbar for exiting i3. # Passwordless sudo for both commands is specified in # /etc/sudoers.d/hibernate -bindsym $mod+Escape exec "i3-nagbar -t warning -m 'You pressed the SUSPEND shortcut. Do you really want to SUSPEND?' -B 'Yes, SUSPEND' '$ScreenLockCmd; systemctl suspend'" -bindsym $mod+Shift+Escape exec "i3-nagbar -t warning -m 'You pressed the HIBERNATE shortcut. Do you really want to HIBERNATE?' -B 'Yes, HIBERNATE' '$ScreenLockCmd; systemctl hibernate'" +bindsym $mod+Escape exec "i3-nagbar -t warning -m 'You pressed the SUSPEND shortcut. Do you really want to SUSPEND?' -B 'Yes, SUSPEND' '$ScreenLockCmd; systemctl -i suspend'" +bindsym $mod+Shift+Escape exec "i3-nagbar -t warning -m 'You pressed the HIBERNATE shortcut. Do you really want to HIBERNATE?' -B 'Yes, HIBERNATE' '$ScreenLockCmd; systemctl -i hibernate'" # Jumping to window with alert (the red colour) bindsym $mod+x [urgent=latest] focus