dev: automated commit - 2025-10-06 12:00:17
This commit is contained in:
parent
18cab177de
commit
7c2bc0b86f
1 changed files with 21 additions and 0 deletions
21
clapboard/.config/clapboard/config.toml
Normal file
21
clapboard/.config/clapboard/config.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# Use rofi instead of tofi
|
||||||
|
launcher = [
|
||||||
|
"rofi",
|
||||||
|
"-dmenu",
|
||||||
|
"-i", # case-insensitive
|
||||||
|
"-p",
|
||||||
|
"clap",
|
||||||
|
"-matching",
|
||||||
|
"fuzzy",
|
||||||
|
"-no-sort",
|
||||||
|
"-lines",
|
||||||
|
"15",
|
||||||
|
"-width",
|
||||||
|
"60",
|
||||||
|
]
|
||||||
|
|
||||||
|
# Maximum number of clipboard entries to remember
|
||||||
|
history_size = 500
|
||||||
|
|
||||||
|
[favorites]
|
||||||
|
"email" = "marianoz@posteo.net"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue