dotfiles/modules/clipboard/clipcatd.toml
2024-02-27 13:55:59 -07:00

45 lines
896 B
TOML

daemonize = true
pid_file = "/run/user/1000/clipcatd.pid"
max_history = 50
synchronize_selection_with_clipboard = true
history_file_path = "/home/dakedres/.cache/clipcat/clipcatd-history"
snippets = []
[log]
emit_journald = true
emit_stdout = false
emit_stderr = false
level = "INFO"
[watcher]
enable_clipboard = true
enable_primary = true
enable_secondary = true
sensitive_x11_atoms = ["x-kde-passwordManagerHint"]
filter_text_min_length = 1
filter_text_max_length = 20000000
denied_text_regex_patterns = []
capture_image = true
filter_image_max_size = 5242880
[grpc]
enable_http = false
enable_local_socket = true
host = "127.0.0.1"
port = 45045
local_socket = "/run/user/1000/clipcat/grpc.sock"
[dbus]
enable = true
[metrics]
enable = true
host = "127.0.0.1"
port = 45047
[desktop_notification]
enable = true
icon = "accessories-clipboard"
timeout_ms = 2000
long_plaintext_length = 2000