Added kitty, dolphin, wofi to hyprland (#2092)

This commit is contained in:
Anton Hvornum 2023-09-22 16:47:50 +02:00 committed by GitHub
parent d6e3a4651f
commit ca3051ebf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ class HyprlandProfile(XorgProfile):
return [ return [
"hyprland", "hyprland",
"dunst", "dunst",
"kitty",
"dolphin",
"wofi",
"xdg-desktop-portal-hyprland", "xdg-desktop-portal-hyprland",
"qt5-wayland", "qt5-wayland",
"qt6-wayland" "qt6-wayland"