config: add 'set' command

This commit is contained in:
Dominique Martinet 2017-12-29 15:31:04 +01:00
parent c5452a3220
commit c83900593d
5 changed files with 81 additions and 2 deletions

View file

@ -375,6 +375,7 @@ bool read_config(FILE *file, struct sway_config *config);
* Free config struct
*/
void free_config(struct sway_config *config);
void free_sway_variable(struct sway_variable *var);
/**
* Does variable replacement for a string based on the config's currently loaded variables.
*/