fix disabling power manager on PC

master
Daniel Napora 2022-11-19 13:55:13 +01:00
parent 2f0a40febd
commit 96e5ca6a22
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ ! -f "$FILE" ]; then
case "$TYPE" in
8|9|10|14):;;
*)
echo "Hidden=true" >> "$HOME"/.config/autostart/xfce4-power-manager.desktop
mb-setvar Hidden=true "$HOME"/.config/autostart/xfce4-power-manager.desktop
;;
esac