fix a bug that made HUD use 100% of the CPU

This commit is contained in:
Tio TROM 2023-08-02 21:56:27 +02:00
parent f059e4e550
commit 5e08507e2c
1 changed files with 1 additions and 0 deletions

View File

@ -54,5 +54,6 @@ esac
# Apply the XFCE panel profiles for the chosen layout
xfce4-panel-profiles load "$profiles/$choice.tar.bz2"
killall mate-hud && setsid -f /usr/lib/mate-hud/mate-hud
sleep 2.5 && notify-send "$choice layout was enabled"