rename script to better avoid unwanted auto-suggestions.

This commit is contained in:
2025-12-22 00:36:27 +08:00
parent 1a286af126
commit 78ca119a76
4 changed files with 9 additions and 6 deletions

3
bin/.fuzzel-startb Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
option=$(fuzzel --dmenu --prompt-only="Command to execute: ")
[ -z "$option" ] || startb -- $option