]> git.sur5r.net Git - i3/i3/commit
Implement variables in configfile.
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 1 Jun 2009 14:19:06 +0000 (16:19 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 1 Jun 2009 14:19:06 +0000 (16:19 +0200)
commite689be983b69377b10097eaa9093503ef7b356b0
tree9a5ff3c5b9eb65adf19fc1b46b62ad1b14b3b484
parent170ba601912a45b772e46bf3065c598b68139c6c
Implement variables in configfile.

This implements ticket #42.

Syntax is "set $key value". All further instances of $key will be
replaced with value before parsing each line of the configfile.
include/config.h
src/config.c