[sway] patch 6249 off by default

This commit is contained in:
Gwenhael Le Moine 2023-12-05 22:31:04 +01:00
parent e7fabc0dfe
commit 8355a8567c
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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