diff --git a/bin/.fuzzel-vscode b/bin/.fuzzel-vscode index 84f7dbd..bcf42f3 100755 --- a/bin/.fuzzel-vscode +++ b/bin/.fuzzel-vscode @@ -11,5 +11,5 @@ for item in $(ls $desktop); do options+="\n" done -fsarg=$(echo -en "$options" | fuzzel --dmenu --prompt="Open Project with VSCode:") +fsarg=$(echo -en "$options" | fuzzel --dmenu --prompt="Open with VSCode: Desktop/") [ -z "$fsarg" ] || startb -- code "$desktop/$fsarg"