13 lines
261 B
TOML
13 lines
261 B
TOML
finder = "rofi"
|
|
server_endpoint = "/run/user/<user-id>/clipcat/grpc.sock"
|
|
|
|
[dmenu]
|
|
line_length = 100
|
|
menu_length = 30
|
|
menu_prompt = "Clipcat"
|
|
|
|
[rofi]
|
|
extra_arguments = ["-mesg", "Please select a clip"]
|
|
line_length = 100
|
|
menu_length = 30
|
|
menu_prompt = "Clipcat"
|