|
|
@ -33,7 +33,7 @@ struct sway_config {
|
|
|
|
list_t *cmd_queue;
|
|
|
|
list_t *cmd_queue;
|
|
|
|
list_t *workspace_outputs;
|
|
|
|
list_t *workspace_outputs;
|
|
|
|
struct sway_mode *current_mode;
|
|
|
|
struct sway_mode *current_mode;
|
|
|
|
uint32_t floating_mod;
|
|
|
|
uint32_t floating_mod;
|
|
|
|
|
|
|
|
|
|
|
|
// Flags
|
|
|
|
// Flags
|
|
|
|
bool focus_follows_mouse;
|
|
|
|
bool focus_follows_mouse;
|
|
|
@ -43,7 +43,7 @@ struct sway_config {
|
|
|
|
bool reloading;
|
|
|
|
bool reloading;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
bool load_config();
|
|
|
|
bool load_config(void);
|
|
|
|
bool read_config(FILE *file, bool is_active);
|
|
|
|
bool read_config(FILE *file, bool is_active);
|
|
|
|
char *do_var_replacement(struct sway_config *config, char *str);
|
|
|
|
char *do_var_replacement(struct sway_config *config, char *str);
|
|
|
|
|
|
|
|
|
|
|
|