Partial Revert "update fuzzel-*"

This reverts commit 82b27d7313.
This commit is contained in:
2026-02-15 00:22:22 +08:00
parent 82b27d7313
commit 5fad8f6212

View File

@@ -15,4 +15,4 @@ for item in $(ls $desktop); do
done
fsarg=$(echo -en "$options" | fuzzel --dmenu --prompt="Open with VSCode: Desktop/")
[ -z "$fsarg" ] || exec code "$desktop/$fsarg"
[ -z "$fsarg" ] || startb -- code "$desktop/$fsarg"