From 59524e3679e2015d35b6dd222dbc100155624806 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 20 Mar 2025 19:58:17 -0400 Subject: [PATCH] update: use hyprpolkitagent instead --- .install/packages/hyprland-packages.sh | 1 + hypr/conf/autostart.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.install/packages/hyprland-packages.sh b/.install/packages/hyprland-packages.sh index a05a068..1360c51 100644 --- a/.install/packages/hyprland-packages.sh +++ b/.install/packages/hyprland-packages.sh @@ -4,6 +4,7 @@ packagesPacman=( "hyprlock" "hypridle" # "xdg-desktop-portal-hyprland" + "hyprpolkitagent" "waybar" "grim" "slurp" diff --git a/hypr/conf/autostart.conf b/hypr/conf/autostart.conf index a88d4cb..a8f69c5 100644 --- a/hypr/conf/autostart.conf +++ b/hypr/conf/autostart.conf @@ -6,7 +6,7 @@ exec-once = ~/dotfiles/hypr/scripts/xdg.sh # Start Polkit -exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +exec-once = systemctl --user start hyprpolkitagent # Load Dunst Notification Manager exec-once = dunst