From eda1f4129cab262a552b19e8ed9e6e74526a9fed Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 21 Jun 2025 19:07:00 +1000 Subject: [PATCH] hyprland: fix starting gnome polkit agent uhhhhh... it was status instead of start. oopsies --- stow/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/.config/hypr/hyprland.conf b/stow/.config/hypr/hyprland.conf index 0c0d583..bad31d8 100755 --- a/stow/.config/hypr/hyprland.conf +++ b/stow/.config/hypr/hyprland.conf @@ -20,7 +20,7 @@ exec-once = hyprshade auto & exec-once = walker --gapplication-service exec-once = opensnitch-ui -exec-once = systemctl status --user polkit-gnome-authentication-agent-1.service +exec-once = systemctl start --user polkit-gnome-authentication-agent-1.service exec-once = steam -silent & exec-once = 1password --silent &