From fd7f2287f06fb66a60c035e6e5886624e8d766d2 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 26 Mar 2024 13:18:18 +0400 Subject: wiki: Clarify Overview --- wiki/Configuration:-Overview.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wiki/Configuration:-Overview.md') 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... } ``` -- cgit