Skip to content

Commit

Permalink
Remove loop start from latte dock
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Jan 29, 2023
1 parent 0591da9 commit 9b6a448
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions usr/bin/latte-dock-start
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ if [ ! -e "$HOME/.local/share/plasma/plasmoids/org.kde.plasma.systemtray" ]; the

fi

while :; do
# while :; do

if [ "$(qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.isShuttingDown)" = "false" ]; then
# if [ "$(qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.isShuttingDown)" = "false" ]; then

# if [ "$(cat "$HOME/.big_performance")" != "0" ] && [ "$(cat "$HOME/.big_performance")" != "" ]; then
# if [ "$ENABLE_LATTE" = "1" ]; then
Expand All @@ -38,13 +38,13 @@ while :; do


#qdbus org.kde.lattedock /Latte org.kde.LatteDock.quitApplication
killall latte-dock
#killall latte-dock
QT_QUICK_BACKEND="" QSG_RENDER_LOOP=basic /usr/bin/latte-dock
fi
# fi

> $HOME/.config/autostart/org.kde.latte-dock.desktop
sleep 1
done
# sleep 1
# done



0 comments on commit 9b6a448

Please sign in to comment.