From 16bb8e3da1252e3d2d797ec2ca06913fb8e3add4 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 25 Jul 2019 23:53:55 -0500 Subject: [PATCH] always test EVERYTHING before commiting, lest you make another commit 5 minutes later... --- i3/.config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 519e5b1..4d380f3 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -172,9 +172,9 @@ font pango:DejaVu Sans Mono 8 bindsym $mod+r mode "resize" # lock the screen with mod+x, and lock+sleep computer with mod+shift+x - set $lock_command "i3lock" - bindsym $mod+x exec $lock_command - bindsym $mod+shift+x exec $lock_command && systemctl suspend + set $lock_command i3lock + bindsym $mod+x exec "$lock_command" + bindsym $mod+shift+x exec "$lock_command"; exec "systemctl suspend" #make certan windwows always floating #volume controll