aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2022-10-31 22:35:09 +0100
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2022-11-01 17:55:46 +0100
commit9c9b110ed11a7d2bb60f5c929497751473a2703b (patch)
treea347027dd71536768100627a35fe0948542dd91b
parent588cc4c79c83447230635b1ce2ef4f1ae6fc724c (diff)
downloadi3-9c9b110ed11a7d2bb60f5c929497751473a2703b.tar.gz
i3-9c9b110ed11a7d2bb60f5c929497751473a2703b.zip
config.spec: add missing smart_gaps inverse_outer comment
-rw-r--r--parser-specs/config.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-specs/config.spec b/parser-specs/config.spec
index 6107c959..52bd3212 100644
--- a/parser-specs/config.spec
+++ b/parser-specs/config.spec
@@ -91,7 +91,7 @@ state SMART_BORDERS:
enabled = 'no_gaps'
-> call cfg_smart_borders($enabled)
-# smart_gaps on|off
+# smart_gaps on|off|inverse_outer
state SMART_GAPS:
enabled = '1', 'yes', 'true', 'on', 'enable', 'active'
-> call cfg_smart_gaps($enabled)