aboutsummaryrefslogtreecommitdiff
path: root/wiki/Configuration:-Overview.md
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/Configuration:-Overview.md')
-rw-r--r--wiki/Configuration:-Overview.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiki/Configuration:-Overview.md b/wiki/Configuration:-Overview.md
index 9022104b..638d3b2a 100644
--- a/wiki/Configuration:-Overview.md
+++ b/wiki/Configuration:-Overview.md
@@ -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...
}
```