diff options
Diffstat (limited to 'sway/layout.c')
-rw-r--r-- | sway/layout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/layout.c b/sway/layout.c index 70d9eb21..18ecb1e7 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -10,6 +10,8 @@ #include "focus.h" swayc_t root_container; +int min_sane_h = 60; +int min_sane_w = 100; void init_layout(void) { root_container.type = C_ROOT; |