Automatic fixes from shfmt

This commit is contained in:
Tom Willemse 2020-04-15 00:55:03 -07:00
parent 8681e8a0da
commit a410d8ef6f

View file

@ -172,7 +172,7 @@ for i in $tag_indexes; do
if ! [ -z "$key" ]; then
# ZSH array indexes start at 1, herbstluftwm tag indexes start
# at zero, so subtract one to match them.
j=$(( $i - 1 ))
j=$((i - 1))
# first check if the tag is locked to some monitor.
# if so, first focus the monitor
hc keybind "$Mod-$key" chain \