Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUday Jadhav <110811053+udqy@users.noreply.github.com>2024-05-05 10:38:03 +0530
committerGitHub <noreply@github.com>2024-05-05 15:08:03 +1000
commite5b6f46032283e722c449ca8ad7b68dc8c0b350f (patch)
tree82ce00e36bcc64b3c9bddc3a477bdec60b02545e
parent3ccb5140aa9d12e723e614a6e15252e25eda65b7 (diff)
Add applications to Hyprland desktop profile (#2481)
-rw-r--r--archinstall/default_profiles/desktops/hyprland.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/archinstall/default_profiles/desktops/hyprland.py b/archinstall/default_profiles/desktops/hyprland.py
index 065ca6f2..0c5452eb 100644
--- a/archinstall/default_profiles/desktops/hyprland.py
+++ b/archinstall/default_profiles/desktops/hyprland.py
@@ -31,7 +31,10 @@ class HyprlandProfile(XorgProfile):
"wofi",
"xdg-desktop-portal-hyprland",
"qt5-wayland",
- "qt6-wayland"
+ "qt6-wayland",
+ "polkit-kde-agent",
+ "grim",
+ "slurp"
]
@property