diff options
Diffstat (limited to 'sway/config.h')
-rw-r--r-- | sway/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/config.h b/sway/config.h index 88225800..6802a341 100644 --- a/sway/config.h +++ b/sway/config.h @@ -25,6 +25,10 @@ struct sway_config { list_t *symbols; list_t *modes; struct sway_mode *current_mode; + + // Flags + bool focus_follows_mouse; + bool mouse_warping; }; struct sway_config *read_config(FILE *file); |