diff --git a/bin/.fuzzel-startb b/bin/.fuzzel-startb index f516418..7579e05 100755 --- a/bin/.fuzzel-startb +++ b/bin/.fuzzel-startb @@ -1,3 +1,3 @@ #!/bin/bash -option=$(fuzzel --dmenu --prompt-only="Command to execute: ") +option=$(fuzzel --dmenu --prompt-only="Run command: ") [ -z "$option" ] || startb -- $option diff --git a/bin/.fuzzel-vscode b/bin/.fuzzel-vscode index 394c250..0dcb494 100755 --- a/bin/.fuzzel-vscode +++ b/bin/.fuzzel-vscode @@ -15,4 +15,4 @@ for item in $(ls $desktop); do done fsarg=$(echo -en "$options" | fuzzel --dmenu --prompt="Open with VSCode: Desktop/") -[ -z "$fsarg" ] || startb -- code "$desktop/$fsarg" +[ -z "$fsarg" ] || exec code "$desktop/$fsarg"