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 cf6b359..4f59666 100755 --- a/sway-launcher-desktop.sh +++ b/sway-launcher-desktop.sh @@ -108,7 +108,7 @@ if [[ "$1" == 'generate-command' ]]; then END{ if(path){ - printf "cd " path " &&" + printf "cd " path " && " } if (terminal){ printf terminal_command " " |
