aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiki/Configuration:-Miscellaneous.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/wiki/Configuration:-Miscellaneous.md b/wiki/Configuration:-Miscellaneous.md
index 89c7b583..15581408 100644
--- a/wiki/Configuration:-Miscellaneous.md
+++ b/wiki/Configuration:-Miscellaneous.md
@@ -25,6 +25,10 @@ cursor {
hide-after-inactive-ms 1000
}
+clipboard {
+ disable-primary
+}
+
hotkey-overlay {
skip-at-startup
}
@@ -134,6 +138,19 @@ cursor {
}
```
+### `clipboard`
+
+Clipboard settings.
+
+Set the `disable-primary` flag to disable the primary clipboard (middle-click paste).
+Toggling this flag will only apply to applications started afterward.
+
+```kdl
+clipboard {
+ disable-primary
+}
+```
+
### `hotkey-overlay`
Settings for the "Important Hotkeys" overlay.