mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
minor fixes
This commit is contained in:
parent
63bc0d3b54
commit
b132f67e7b
4 changed files with 13 additions and 7 deletions
|
@ -33,17 +33,17 @@ struct sway_config {
|
|||
list_t *cmd_queue;
|
||||
list_t *workspace_outputs;
|
||||
struct sway_mode *current_mode;
|
||||
uint32_t floating_mod;
|
||||
uint32_t floating_mod;
|
||||
|
||||
// Flags
|
||||
bool focus_follows_mouse;
|
||||
bool mouse_warping;
|
||||
bool active;
|
||||
bool failed;
|
||||
bool active;
|
||||
bool failed;
|
||||
bool reloading;
|
||||
};
|
||||
|
||||
bool load_config();
|
||||
bool load_config(void);
|
||||
bool read_config(FILE *file, bool is_active);
|
||||
char *do_var_replacement(struct sway_config *config, char *str);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue