From 2ce7432cad3668b350002cef3a2157504a672697 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 26 Oct 2021 13:21:18 -0400 Subject: [PATCH] Add lxqt to menu. --- configure-stormux.sh | 4 ++++ 1 file changed, 4 insertions(+) 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" \