mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
wiki: Clarify Overview
This commit is contained in:
@@ -20,7 +20,7 @@ The config is written in [KDL].
|
|||||||
|
|
||||||
Lines starting with `//` are comments; they are ignored.
|
Lines starting with `//` are comments; they are ignored.
|
||||||
|
|
||||||
Also, you can put `/-` in front of a node to comment out the entire node:
|
Also, you can put `/-` in front of a section to comment out the entire section:
|
||||||
|
|
||||||
```
|
```
|
||||||
/-output "eDP-1" {
|
/-output "eDP-1" {
|
||||||
@@ -47,6 +47,8 @@ input {
|
|||||||
```
|
```
|
||||||
// "Focus follows mouse" is disabled.
|
// "Focus follows mouse" is disabled.
|
||||||
input {
|
input {
|
||||||
|
// focus-follows-mouse
|
||||||
|
|
||||||
// Other settings...
|
// Other settings...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user