config.spec: add missing smart_gaps inverse_outer comment

This commit is contained in:
Michael Stapelberg 2022-10-31 22:35:09 +01:00 committed by Michael Stapelberg
parent 588cc4c79c
commit 9c9b110ed1
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ state SMART_BORDERS:
enabled = 'no_gaps' enabled = 'no_gaps'
-> call cfg_smart_borders($enabled) -> call cfg_smart_borders($enabled)
# smart_gaps on|off # smart_gaps on|off|inverse_outer
state SMART_GAPS: state SMART_GAPS:
enabled = '1', 'yes', 'true', 'on', 'enable', 'active' enabled = '1', 'yes', 'true', 'on', 'enable', 'active'
-> call cfg_smart_gaps($enabled) -> call cfg_smart_gaps($enabled)