always test EVERYTHING before commiting, lest you make another commit 5 minutes later...

This commit is contained in:
Gabe Venberg 2019-07-25 23:53:55 -05:00
parent 233ac8c324
commit 16bb8e3da1

View file

@ -172,9 +172,9 @@ font pango:DejaVu Sans Mono 8
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
# lock the screen with mod+x, and lock+sleep computer with mod+shift+x # lock the screen with mod+x, and lock+sleep computer with mod+shift+x
set $lock_command "i3lock" set $lock_command i3lock
bindsym $mod+x exec $lock_command bindsym $mod+x exec "$lock_command"
bindsym $mod+shift+x exec $lock_command && systemctl suspend bindsym $mod+shift+x exec "$lock_command"; exec "systemctl suspend"
#make certan windwows always floating #make certan windwows always floating
#volume controll #volume controll