~ruther/dwl

b4fb1f77c768fb7bd568d3cc67c59dcfdb7cae28 — Leonardo Hernández Hernández 2 years ago 6df6781
fix xwayland clients being floating by default

Fix 3213088aa23e1f6cad1a5ba506dfb7318e1011c9
References: https://github.com/djpohly/dwl/pull/334#issuecomment-1333147730
1 files changed, 1 insertions(+), 2 deletions(-)

M client.h
M client.h => client.h +1 -2
@@ 184,8 184,7 @@ client_is_float_type(Client *c)
	}
#endif
	return ((min.width > 0 || min.height > 0 || max.width > 0 || max.height > 0)
		&& (min.width == max.width || min.height == max.height))
		|| client_get_parent(c);
		&& (min.width == max.width || min.height == max.height));
}

static inline int

Do not follow this link