diff options
Diffstat (limited to 'scripts/gui')
| -rwxr-xr-x | scripts/gui/swall | 2 |
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 ;; |
