fuzzel-vsc: make prompt more clear
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user