mirror of
https://github.com/yshui/picom.git
synced 2025-03-24 17:26:22 -04:00
compton-trans: minor. consistency.
This commit is contained in:
parent
ad23872801
commit
e6b973fe2f
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ else
|
|||
|
||||
# Find the highest ancestor of the target window below
|
||||
topmost=$(echo -n "$treeout" \
|
||||
| head -n $(($lineno + 1)) \
|
||||
| head -n $((lineno + 1)) \
|
||||
| sed -n 's/^ \(0x[[:xdigit:]]*\).*/\1/p' \
|
||||
| tail -n 1)
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue