mirror of
https://github.com/swaywm/sway.git
synced 2025-12-16 08:56:32 -05:00
config modes
This commit is contained in:
parent
afe9cf0be0
commit
71af5b7dde
8 changed files with 261 additions and 232 deletions
|
|
@ -60,7 +60,7 @@ struct sway_config {
|
|||
|
||||
bool load_config(const char *file);
|
||||
bool read_config(FILE *file, bool is_active);
|
||||
char *do_var_replacement(struct sway_config *config, char *str);
|
||||
char *do_var_replacement(char *str);
|
||||
|
||||
extern struct sway_config *config;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue