summaryrefslogtreecommitdiff
path: root/scripts/gui
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gui')
-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 ;;