21 lines
283 B
TOML
21 lines
283 B
TOML
# Use rofi instead of tofi
|
|
launcher = [
|
|
"rofi",
|
|
"-dmenu",
|
|
"-i", # case-insensitive
|
|
"-p",
|
|
"clap",
|
|
"-matching",
|
|
"fuzzy",
|
|
"-no-sort",
|
|
"-lines",
|
|
"15",
|
|
"-width",
|
|
"60",
|
|
]
|
|
|
|
history_size = 500
|
|
|
|
[favorites]
|
|
"email" = "marianoz@posteo.net"
|
|
"phone" = "098914497"
|