added clipcat
This commit is contained in:
parent
51c25e2f33
commit
e74c478f7e
3 changed files with 87 additions and 0 deletions
34
.config/clipcat/clipcat-menu.toml
Normal file
34
.config/clipcat/clipcat-menu.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue