[sway] patch 6249 off by default
This commit is contained in:
parent
e7fabc0dfe
commit
8355a8567c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ PKGNAM=${PRGNAM}
|
||||||
###########
|
###########
|
||||||
|
|
||||||
# Tray-menu patch
|
# Tray-menu patch
|
||||||
PATCH_6249=${PATCH_6249:-"yes"}
|
PATCH_6249=${PATCH_6249:-"no"}
|
||||||
if [ "$PATCH_6249" = "yes" ]; then
|
if [ "$PATCH_6249" = "yes" ]; then
|
||||||
[ -e "$CWD"/patches/6249-tray-menu.patch ] && mv "$CWD"/patches/6249-tray-menu.patch{,.previous}
|
[ -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
|
wget -c https://patch-diff.githubusercontent.com/raw/swaywm/sway/pull/6249.patch -O "$CWD"/patches/6249-tray-menu.patch
|
||||||
|
|
Loading…
Reference in a new issue