Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/default_profiles
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-09-22 16:47:50 +0200
committerGitHub <noreply@github.com>2023-09-22 16:47:50 +0200
commitca3051ebf3ddd45f90a3bd3244df4640fb0b1c58 (patch)
tree811ebe3f846464a19f8da89e33ea94c15ccb61c6 /archinstall/default_profiles
parentd6e3a4651f2ff944a00e8acfb316db8be2fbcf3e (diff)
Added kitty, dolphin, wofi to hyprland (#2092)
Diffstat (limited to 'archinstall/default_profiles')
-rw-r--r--archinstall/default_profiles/desktops/hyprland.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archinstall/default_profiles/desktops/hyprland.py b/archinstall/default_profiles/desktops/hyprland.py
index f464c828..065ca6f2 100644
--- a/archinstall/default_profiles/desktops/hyprland.py
+++ b/archinstall/default_profiles/desktops/hyprland.py
@@ -26,6 +26,9 @@ class HyprlandProfile(XorgProfile):
return [
"hyprland",
"dunst",
+ "kitty",
+ "dolphin",
+ "wofi",
"xdg-desktop-portal-hyprland",
"qt5-wayland",
"qt6-wayland"