From f848b2c0ca1e83f383f9309efab99037a9da0b77 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 10 Jul 2023 11:02:26 +0200 Subject: [PATCH] start sway support --- usr/bin/archboot-update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/bin/archboot-update.sh b/usr/bin/archboot-update.sh index 75e50d2e3..95d8aa8d5 100755 --- a/usr/bin/archboot-update.sh +++ b/usr/bin/archboot-update.sh @@ -11,6 +11,8 @@ . /usr/lib/archboot/update/gnome-wayland.sh . /usr/lib/archboot/update/plasma.sh . /usr/lib/archboot/update/plasma-wayland.sh +. /usr/lib/archboot/update/sway.sh + [[ -z "${1}" ]] && usage while [ $# -gt 0 ]; do case ${1} in