Add default value for ignore_ewmh_struts

This commit is contained in:
Cosmo Borsky 2019-01-29 21:38:32 -05:00 committed by Bastien Dejean
parent 2e4abbcadc
commit 644b9e591a
2 changed files with 2 additions and 0 deletions

View file

@ -81,6 +81,7 @@ void load_settings(void)
swallow_first_click = SWALLOW_FIRST_CLICK;
ignore_ewmh_focus = IGNORE_EWMH_FOCUS;
ignore_ewmh_fullscreen = IGNORE_EWMH_FULLSCREEN;
ignore_ewmh_struts = IGNORE_EWMH_STRUTS;
center_pseudo_tiled = CENTER_PSEUDO_TILED;
honor_size_hints = HONOR_SIZE_HINTS;

View file

@ -57,6 +57,7 @@
#define SWALLOW_FIRST_CLICK false
#define IGNORE_EWMH_FOCUS false
#define IGNORE_EWMH_FULLSCREEN 0
#define IGNORE_EWMH_STRUTS false
#define CENTER_PSEUDO_TILED true
#define HONOR_SIZE_HINTS false