Skip to content

Commit

Permalink
break in loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed Oct 28, 2023
1 parent 66b97a2 commit c98bd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/xinitrc.real
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ if hash xfconf-query >/dev/null 2>&1;then
while :;do
if pgrep -f xfconfd$ > /dev/null 2>&1;then
xfconf-query -c xfwm4 -p /general/use_compositing -t bool -s false --create
break
else
sleep 1
fi
Expand Down

0 comments on commit c98bd2a

Please sign in to comment.