mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
config: add 'set' command
This commit is contained in:
parent
c5452a3220
commit
c83900593d
5 changed files with 81 additions and 2 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue