feat(hyprland): reconfigure for uwsm + systemd

This commit is contained in:
2025-05-17 01:25:55 +02:00
parent 6cfc41627d
commit ad12011700
14 changed files with 118 additions and 133 deletions

View File

@@ -83,7 +83,7 @@ run_cmd() {
elif [[ "$1" == '--opt3' ]]; then
light -U 5
elif [[ "$1" == '--opt4' ]]; then
xfce4-power-manager-settings
uwsm app xfce4-power-manager-settings
fi
}