diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-04-19 12:00:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-19 12:00:25 -0400 |
| commit | 65e06b22bf27d95a7cd4db6569528567046f006a (patch) | |
| tree | 1165e53687ce3a0c340e32f4b7c4fc5f9470b74f | |
| parent | dccea0a92aec17e99f110ee0043386192ea80543 (diff) | |
| parent | bfaaecff5fc1c774824e2ea0f3e0f35c3ce9a3af (diff) | |
Merge pull request #670 from running4ever/merge-dev
Add Archlinux hyprpolkitagent binary location
| -rwxr-xr-x | config/hypr/scripts/Polkit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/scripts/Polkit.sh b/config/hypr/scripts/Polkit.sh index c0b6b152..d009ecc8 100755 --- a/config/hypr/scripts/Polkit.sh +++ b/config/hypr/scripts/Polkit.sh @@ -7,6 +7,7 @@ polkit=( "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" "/usr/libexec/hyprpolkitagent" "/usr/lib/hyprpolkitagent" + "/usr/lib/hyprpolkitagent/hyprpolkitagent" "/usr/lib/polkit-kde-authentication-agent-1" "/usr/lib/polkit-gnome-authentication-agent-1" "/usr/libexec/polkit-gnome-authentication-agent-1" |
