Automatic fixes from shfmt
This commit is contained in:
parent
8681e8a0da
commit
a410d8ef6f
1 changed files with 31 additions and 31 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue