From a58b8b4673c0fcdd2cab3cf29c517cdbc9138d45 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 25 Nov 2025 23:15:48 +0400 Subject: fix(swall): remove quotes --- scripts/gui/swall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gui') diff --git a/scripts/gui/swall b/scripts/gui/swall index bdae000..6e98773 100755 --- a/scripts/gui/swall +++ b/scripts/gui/swall @@ -27,7 +27,7 @@ while getopts "cd:h" option; do case "${option}" in c) rm -f "${SYMLINK}" - run --reload-compositor "wallpaper_handle clear" + run --reload-compositor wallpaper_handle clear ;; d) input="${OPTARG}" ;; h) help ;; -- cgit v1.2.3