Add applications to Hyprland desktop profile (#2481)
This commit is contained in:
parent
3ccb5140aa
commit
e5b6f46032
|
|
@ -31,7 +31,10 @@ class HyprlandProfile(XorgProfile):
|
||||||
"wofi",
|
"wofi",
|
||||||
"xdg-desktop-portal-hyprland",
|
"xdg-desktop-portal-hyprland",
|
||||||
"qt5-wayland",
|
"qt5-wayland",
|
||||||
"qt6-wayland"
|
"qt6-wayland",
|
||||||
|
"polkit-kde-agent",
|
||||||
|
"grim",
|
||||||
|
"slurp"
|
||||||
]
|
]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue