From 01dcb47cb45699384c80bc3f1f66b005541fcd73 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Thu, 18 Jun 2020 13:59:18 +0200 Subject: [PATCH] add sway edition --- README.md | 1 + manjaro-arm-installer | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 389817e..67f35d1 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/manjaro-arm-installer b/manjaro-arm-installer index 749ea13..52778c9 100755 --- a/manjaro-arm-installer +++ b/manjaro-arm-installer @@ -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>&-)