added clipcat

This commit is contained in:
Daniel Fichtinger 2025-03-05 11:16:51 -05:00
parent 51c25e2f33
commit e74c478f7e
3 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,34 @@
server_endpoint = "/run/user/1000/clipcat/grpc.sock"
finder = "custom"
preview_length = 80
[rofi]
line_length = 100
menu_length = 30
menu_prompt = "Clipcat"
extra_arguments = []
[dmenu]
line_length = 100
menu_length = 30
menu_prompt = "Clipcat"
extra_arguments = []
[choose]
line_length = 100
menu_length = 30
menu_prompt = "Clipcat"
extra_arguments = []
[custom_finder]
program = "fuzzel"
args = [
"--dmenu",
"--placeholder=Clipboard:",
]
[log]
emit_journald = true
emit_stdout = false
emit_stderr = false
level = "INFO"