add sway edition
This commit is contained in:
parent
81c1a20244
commit
01dcb47cb4
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>&-)
|
||||
|
|
|
|||
Loading…
Reference in New Issue