summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-25 23:15:48 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-25 23:15:48 +0400
commita58b8b4673c0fcdd2cab3cf29c517cdbc9138d45 (patch)
tree46f8425bed4e501e65c4787694e1ed834b5625d2
parenta0c21b0a59c2fdc3e23ba54ff4a94fd5c57831ae (diff)
fix(swall): remove quotes
-rwxr-xr-xscripts/gui/swall2
1 files changed, 1 insertions, 1 deletions
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 ;;