From 85a96eae5040716c36dbc04106b9597de2460ee5 Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 1 Sep 2022 21:23:22 +0200 Subject: [PATCH] revert picom fix as it is unnecessary --- scripts/speedwm-swal | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/speedwm-swal b/scripts/speedwm-swal index 3b027de..4af080f 100755 --- a/scripts/speedwm-swal +++ b/scripts/speedwm-swal @@ -3,9 +3,6 @@ # wallpaper utility written for speedwm. # Licensed under the GNU GPLv3 free software license. -NEW1=$1 -NEW2=$1 - # Default configuration, should be fine for most users. SWAL_DEFAULT_CONFIG() { @@ -113,7 +110,6 @@ SOLIDCOLOR() { xrdb -remove xsetroot -name "fsignal:31" test ${BINDIR}notify-send && notify-send " Solid color $ISCOL set as wallpaper." - pgrep -x picom > /dev/null && pkill picom # Fix picom related bug exit 0 } @@ -384,6 +380,6 @@ SET() { SWAL_SENDNOTIFICATION } -SET +SET > /dev/null $0 && exit 0