Explorar o código

Sync: 2026-08-01 12:08:46

Gabriel Capella hai 2 días
pai
achega
d0805db51b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dots/.config/sway/scripts/fuzzel-run-or-search.sh

+ 1 - 1
dots/.config/sway/scripts/fuzzel-run-or-search.sh

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