update fuzzel-*
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user