diff options
Diffstat (limited to '.i3')
| -rw-r--r-- | .i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -110,6 +110,9 @@ 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" { # These bindings trigger as soon as you enter the resize mode |
