👷 add new DEs/WMs

This commit is contained in:
Vladislav Nepogodin 2023-07-01 01:16:10 +04:00
parent 904a44890a
commit 405ec27556
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -647,7 +647,8 @@ void install_desktop() noexcept {
#endif
// Prep variables
const std::vector<std::string> available_des{"kde", "xfce", "sway", "wayfire", "i3wm", "gnome", "openbox", "bspwm", "lxqt", "cinnamon", "ukui"};
const std::vector<std::string> 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{};