add sway edition

This commit is contained in:
Dan Johansen 2020-06-18 13:59:18 +02:00
parent 81c1a20244
commit 01dcb47cb4
No known key found for this signature in database
GPG Key ID: 084A7FC0035B1D49
2 changed files with 3 additions and 1 deletions

View File

@ -82,6 +82,7 @@ sudo bash ./manjaro-arm-installer
* KDE/Plasma (full plasma desktop with apps)
* XFCE (full XFCE desktop with apps)
* i3 (tiling window manager with gtk apps)
* Sway (tiling wayland window manager with gtk apps)
* LXQT (full LXQT desktop with some qt apps)
* Mate (full mate desktop with apps)
* CuboCore (base plasma desktop with CoreApps)

View File

@ -1,7 +1,7 @@
#! /bin/bash
# *****************************
# Version 1.3.1
# Version 1.3.2
# *****************************
# Set globals
@ -364,6 +364,7 @@ if [ ! -z "$DEVICE" ]; then
"mate" "Full MATE desktop and apps (lightweight)" \
"lxqt" "Full LXQT Desktop and apps (lightweight)" \
"i3" "Mininal i3 WM with apps (very light)" \
"sway" "Minimal Sway WM with apps (very light)" \
"cubocore" "QT based Desktop (lightweight)" \
"gnome" "Full Gnome desktop and apps (EXPERIMANTAL)" \
3>&1 1>&2 2>&3 3>&-)