mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
wiki: Add clipboard section
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user