diff options
Diffstat (limited to 'sway-launcher-desktop.sh')
| -rwxr-xr-x | sway-launcher-desktop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway-launcher-desktop.sh b/sway-launcher-desktop.sh index a631a47..5d06a4b 100755 --- a/sway-launcher-desktop.sh +++ b/sway-launcher-desktop.sh @@ -23,7 +23,7 @@ fi # Defaulting terminal to termite, but feel free to either change # this or override with an environment variable in your sway config # It would be good to move this to a config file eventually -set ${TERMINAL_COMMAND:="termite -e"} +set "${TERMINAL_COMMAND:="termite -e"}" HIST_FILE="${XDG_CACHE_HOME:-$HOME/.cache}/${0##*/}-history.txt" |
