From 405ec2755678e5a8982179926419329ee0d5579c Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sat, 1 Jul 2023 01:16:10 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20add=20new=20DEs/WMs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tui.cpp b/src/tui.cpp index 92e2237..edbe309 100644 --- a/src/tui.cpp +++ b/src/tui.cpp @@ -647,7 +647,8 @@ void install_desktop() noexcept { #endif // Prep variables - const std::vector available_des{"kde", "xfce", "sway", "wayfire", "i3wm", "gnome", "openbox", "bspwm", "lxqt", "cinnamon", "ukui"}; + const std::vector available_des{"kde", "xfce", "sway", "wayfire", "i3wm", "gnome", "openbox", + "bspwm", "lxqt", "cinnamon", "ukui", "qtile", "mate", "lxde", "hyprland", "budgie"}; auto screen = ScreenInteractive::Fullscreen(); std::string desktop_env{};