From 2762a6212e089ca1b3e1a4e241a5be299c7c1dee Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 30 Aug 2025 01:04:36 +0400 Subject: fix(scripts): update file paths for new directory layout --- scripts/swall | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scripts/swall') diff --git a/scripts/swall b/scripts/swall index 2588b4b..8e5ffb6 100755 --- a/scripts/swall +++ b/scripts/swall @@ -27,7 +27,13 @@ fi while getopts "hcd:" option; do case "${option}" in - c) run "xwallpaper --clear" ;; + c) + #FIXME: use `run` function + killall picom + xwallpaper --clear + picom & + exit 0 + ;; d) input="${OPTARG}" ;; -- cgit v1.2.3