diff --git a/configure-stormux.sh b/configure-stormux.sh index 179b6cb..22bf102 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -51,6 +51,9 @@ while [[ "$choice" != "Exit" ]]; do "Configure internet") /usr/bin/nmtui-connect ;; + "Install Lxqt Desktop") + source .includes/gui.sh lxqt + ;; "Install Mate Desktop") source .includes/gui.sh mate ;; @@ -71,6 +74,7 @@ while [[ "$choice" != "Exit" ]]; do choice="$(menulist \ "Change username" \ "Configure internet" \ + "Install Lxqt Desktop" \ "Install Mate Desktop" \ "Install Ratpoison Windowmanager" \ "Screen reader" \