wiki: Clarify Overview

This commit is contained in:
Ivan Molodetskikh
2024-03-26 13:18:18 +04:00
parent 1635337504
commit fd7f2287f0
+3 -1
View File
@@ -20,7 +20,7 @@ The config is written in [KDL].
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" {
@@ -47,6 +47,8 @@ input {
```
// "Focus follows mouse" is disabled.
input {
// focus-follows-mouse
// Other settings...
}
```