Pārlūkot izejas kodu

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

Gabriel Capella 2 dienas atpakaļ
vecāks
revīzija
d0805db51b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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