From f294d527e1a7e35e3ea1221046407b5b2c328859 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 25 Jan 2025 10:32:48 +0300 Subject: wiki: Add clipboard section --- wiki/Configuration:-Miscellaneous.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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. -- cgit