mirror of
https://github.com/yshui/picom.git
synced 2025-04-14 17:53:25 -04:00
Replace "bashism" with POSIX syntax.
This commit is contained in:
parent
9770b2eee2
commit
d458369f1d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ fi
|
|||
if test x"$action" = x'reset'; then
|
||||
xwininfo -root -tree \
|
||||
| sed -n 's/^ \(0x[[:xdigit:]]*\).*/\1/p' \
|
||||
| while IFS=$'\n' read wid; do
|
||||
| while IFS=$(printf '\n') read wid; do
|
||||
xprop -id "$wid" -remove _NET_WM_WINDOW_OPACITY
|
||||
done
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue