From 96e5ca6a220bcb0a376ba5e791c80245857fc649 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 19 Nov 2022 13:55:13 +0100 Subject: [PATCH] fix disabling power manager on PC --- bin/mabox-langfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mabox-langfiles b/bin/mabox-langfiles index b34ceb3..844b90c 100755 --- a/bin/mabox-langfiles +++ b/bin/mabox-langfiles @@ -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