From 8355a8567c9baee95f71aa3b7fca11d2a47786ef Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 5 Dec 2023 22:31:04 +0100 Subject: [PATCH] [sway] patch 6249 off by default --- wayland/sway/SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/sway/SlackBuild b/wayland/sway/SlackBuild index 9ea1fd54..2239f47d 100755 --- a/wayland/sway/SlackBuild +++ b/wayland/sway/SlackBuild @@ -56,7 +56,7 @@ PKGNAM=${PRGNAM} ########### # Tray-menu patch -PATCH_6249=${PATCH_6249:-"yes"} +PATCH_6249=${PATCH_6249:-"no"} if [ "$PATCH_6249" = "yes" ]; then [ -e "$CWD"/patches/6249-tray-menu.patch ] && mv "$CWD"/patches/6249-tray-menu.patch{,.previous} wget -c https://patch-diff.githubusercontent.com/raw/swaywm/sway/pull/6249.patch -O "$CWD"/patches/6249-tray-menu.patch