quick bugfix for i3 comment syntax.

This commit is contained in:
Gabe Venberg 2019-07-25 23:44:10 -05:00
parent 0c8ae08d78
commit 233ac8c324
2 changed files with 2 additions and 153 deletions

View file

@ -172,7 +172,7 @@ 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" # avoid repetition
set $lock_command "i3lock"
bindsym $mod+x exec $lock_command
bindsym $mod+shift+x exec $lock_command && systemctl suspend