We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3ab70 commit 630f807Copy full SHA for 630f807
README.md
@@ -177,6 +177,9 @@ daemonize = true
177
# Maximum number of clips in history.
178
max_history = 50
179
180
+# Clears the history on startup when set to true
181
+clear_history_on_start = false
182
+
183
# File path for clip history.
184
# If this value is omitted, `clipcatd` will persist history in `$XDG_CACHE_HOME/clipcat/clipcatd-history`.
185
history_file_path = "/home/<username>/.cache/clipcat/clipcatd-history"
0 commit comments