|
|
@@ -2,7 +2,7 @@
|
|
|
# Run a command, or fall back to a web search if it isn't one.
|
|
|
# fuzzel --dmenu prints the typed string as-is when nothing matches,
|
|
|
# which is what makes the search fallback work.
|
|
|
-result=$(compgen -c | sort -u | fuzzel --dmenu --prompt "🔍 ")
|
|
|
+result=$(compgen -c | sort -u | fuzzel --dmenu)
|
|
|
|
|
|
[ -z "$result" ] && exit 0
|
|
|
|