mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-05 01:35:10 +08:00
9 lines
203 B
Bash
Executable file
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"
|
|
}
|