Configuration variables support - #1243
Open
dsafxP wants to merge 2 commits into
Open
Conversation
- Introduce ConfigVar struct and Config fields var/var_count
- Parse "var" option and store name/value pairs
- Implement expand_config_vars to substitute {name} references
- Update parse_config_line to expand values before parsing
- Free allocated var resources in free_config
Assisted-by: DeepSeek:deepseek-v4-flash
- assets/config.conf: added variable definitions (var=term, var=menu) and bound them using {menu} and {term}
- docs/configuration/basics.md: introduced a “Configuration Variables” section with usage examples and notes
Assisted-by: DeepSeek:deepseek-v4-flash
DreamMaoMao
force-pushed
the
main
branch
3 times, most recently
from
August 10, 2026 05:15
0efe75b to
20ad711
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support for configuration variables in the configuration parser along with documenting it.
It doesn't use i3's format as to prevent conflicts and edge cases.
Example usage: