EdenQwQ/home/programs/desktop/scripts/tofi/config
2025-03-01 22:35:08 +08:00

9 lines
203 B
Bash
Executable file

#!/bin/sh
tofi_dmenu() {
tofi --prompt-text $1 --fuzzy-match true --terminal "kitty"
}
tofi_full() {
tofi -c ~/.config/tofi/config-full --prompt-text $1 --fuzzy-match true --terminal "kitty"
}