diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-01-25 10:32:48 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-01-25 10:52:43 +0300 |
| commit | f294d527e1a7e35e3ea1221046407b5b2c328859 (patch) | |
| tree | ee017fb090836aa0ad1449121c9d820c9ee71532 | |
| parent | 54a1cd5069cd2f4eb302862fae115b742fbf32a4 (diff) | |
| download | niri-f294d527e1a7e35e3ea1221046407b5b2c328859.tar.gz niri-f294d527e1a7e35e3ea1221046407b5b2c328859.tar.bz2 niri-f294d527e1a7e35e3ea1221046407b5b2c328859.zip | |
wiki: Add clipboard section
| -rw-r--r-- | wiki/Configuration:-Miscellaneous.md | 17 |
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. |
