Fixed broken i3lock commnad

This commit is contained in:
Vlad Doster 2020-04-04 17:52:09 -05:00
parent 309cab5104
commit dbb0552a3e

View File

@ -124,7 +124,7 @@ bindsym $mod+Shift+w exec $BROWSER
bindsym $mod+y exec $term -e calcurse -D ~/.config/calcurse
bindsym $mod+Shift+y exec --no-startup-id i3resize left
# X
bindsym $mod+x ifinstalled i3lock && i3lock --color 000000 --show-failed-attempts --radius 120 --ring-width 10.0
bindsym $mod+x exec ifinstalled i3lock && i3lock --color 000000 --show-failed-attempts --radius 120 --ring-width 10.0
# Z
bindsym $mod+z gaps outer current plus 5
bindsym $mod+Shift+z gaps outer current minus 5