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{};