less intensive startup notify checking
parent
5b5f37692a
commit
f0f3f9f852
|
|
@ -8,8 +8,9 @@ xsetroot -xcf $CURSORSDIR/left_ptr_watch $SIZE
|
||||||
export WINDOWS="$(wmctrl -l)"
|
export WINDOWS="$(wmctrl -l)"
|
||||||
|
|
||||||
(
|
(
|
||||||
|
sleep 0.2
|
||||||
until diff <(echo "$WINDOWS") <(wmctrl -l) | egrep -q "^[>]"; do
|
until diff <(echo "$WINDOWS") <(wmctrl -l) | egrep -q "^[>]"; do
|
||||||
sleep 0.1
|
sleep 0.5
|
||||||
done
|
done
|
||||||
xsetroot -xcf $CURSORSDIR/left_ptr $SIZE
|
xsetroot -xcf $CURSORSDIR/left_ptr $SIZE
|
||||||
) &
|
) &
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue