index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Uday Jadhav <110811053+udqy@users.noreply.github.com> | 2024-05-05 10:38:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 15:08:03 +1000 |
commit | e5b6f46032283e722c449ca8ad7b68dc8c0b350f (patch) | |
tree | 82ce00e36bcc64b3c9bddc3a477bdec60b02545e /archinstall | |
parent | 3ccb5140aa9d12e723e614a6e15252e25eda65b7 (diff) |
-rw-r--r-- | archinstall/default_profiles/desktops/hyprland.py | 5 |
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 |