Jelajahi Sumber

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

Gabriel Capella 2 hari lalu
induk
melakukan
d0805db51b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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