File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set -ouex pipefail
1616# Compositor / Hyprland Utilities
1717dnf5 -y clean all
1818dnf5 -y copr enable sdegler/hyprland
19- dnf5 -y install waybar-git xdg-desktop-portal-hyprland hyprland hyprland-contrib hyprland-plugins hyprpaper hyprpicker hypridle hyprshot hyprlock pyprland xdg-desktop-portal-hyprland hyprland-qtutils
19+ dnf5 -y install waybar-git xdg-desktop-portal-hyprland hyprland hyprland-contrib hyprland-plugins hyprpaper hyprpicker hypridle hyprshot hyprlock pyprland xdg-desktop-portal-hyprland hyprland-qtutils hyprpolkitagent
2020
2121# CLI Tools
2222dnf5 -y install fd-find brightnessctl playerctl
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ exec-once = hyprpaper -c /usr/share/hypercube/config/hypr/hyprpaper.conf
5757# Idle / Lock
5858exec-once = hypridle -c /usr/share/hypercube/config/hypr/hypridle.conf
5959
60- # GNOME Polkit Authentication Agent (for privilege escalation)
61- exec-once = /usr/libexec/polkit-gnome-authentication-agent-1
60+ # Hyprland Polkit Authentication Agent (for privilege escalation)
61+ exec-once = systemctl --user start hyprpolkitagent
6262
6363# GNOME Keyring (for secrets management, SSH keys, and certificates)
6464exec-once = gnome-keyring-daemon --start
You can’t perform that action at this time.
0 commit comments