2.home-manager/tests/modules/services/clipcat/cfg/daemon.toml
2025-05-02 08:22:35 -05:00

12 lines
294 B
TOML

daemonize = true
history_file_path = "/home/<username>/.cache/clipcat/clipcatd-history"
max_history = 50
pid_file = "/run/user/<user-id>/clipcatd.pid"
primary_threshold_ms = 5000
[log]
emit_journald = true
emit_stderr = false
emit_stdout = false
file_path = "/path/to/log/file"
level = "INFO"