From e5b6f46032283e722c449ca8ad7b68dc8c0b350f Mon Sep 17 00:00:00 2001 From: Uday Jadhav <110811053+udqy@users.noreply.github.com> Date: Sun, 5 May 2024 10:38:03 +0530 Subject: Add applications to Hyprland desktop profile (#2481) --- archinstall/default_profiles/desktops/hyprland.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'archinstall/default_profiles') 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 -- cgit v1.2.3-54-g00ecf