update fuzzel-*

This commit is contained in:
2026-02-05 23:49:05 +08:00
parent b482dd4cdc
commit 82b27d7313
2 changed files with 2 additions and 2 deletions

View File

@@ -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

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" ] || startb -- code "$desktop/$fsarg"
[ -z "$fsarg" ] || exec code "$desktop/$fsarg"