Stormux now offers i3 window manager instead of ratpoison.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user