compton-trans: minor. consistency.
This commit is contained in:
parent
ad23872801
commit
e6b973fe2f
|
@ -129,7 +129,7 @@ else
|
||||||
|
|
||||||
# Find the highest ancestor of the target window below
|
# Find the highest ancestor of the target window below
|
||||||
topmost=$(echo -n "$treeout" \
|
topmost=$(echo -n "$treeout" \
|
||||||
| head -n $(($lineno + 1)) \
|
| head -n $((lineno + 1)) \
|
||||||
| sed -n 's/^ \(0x[[:xdigit:]]*\).*/\1/p' \
|
| sed -n 's/^ \(0x[[:xdigit:]]*\).*/\1/p' \
|
||||||
| tail -n 1)
|
| tail -n 1)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue