Stormux now offers i3 window manager instead of ratpoison.

This commit is contained in:
stormdragon2976
2023-01-22 20:06:19 -05:00
parent f7212849cb
commit d5b753eac5
2 changed files with 12 additions and 169 deletions

View File

@ -67,8 +67,8 @@ while [[ "$choice" != "Exit" ]]; do
"Install Mate Desktop")
source .includes/gui.sh mate
;;
"Install Ratpoison Windowmanager")
source .includes/gui.sh ratpoison
"Install i3 Windowmanager")
source .includes/gui.sh i3
;;
"Screen reader")
source .includes/screenreader.sh
@ -96,7 +96,7 @@ while [[ "$choice" != "Exit" ]]; do
fi
options+=("Install Lxqt Desktop"
"Install Mate Desktop"
"Install Ratpoison Windowmanager"
"Install i3 Windowmanager"
"Screen reader"
)
if [[ "${architecture}" == "armv7l" ]]; then