Gabriel Capella пре 2 дана
родитељ
комит
d0805db51b
1 измењених фајлова са 1 додато и 1 уклоњено
  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