wiki: Add clipboard section

This commit is contained in:
Ivan Molodetskikh
2025-01-25 10:32:48 +03:00
parent 54a1cd5069
commit f294d527e1
+17
View File
@@ -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.