aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-08-14 13:15:48 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-08-27 23:09:46 -0600
commitf89906096537b1ec69a1db3216268ef7b4a1b7b3 (patch)
treee8143e51b961be0f4df4311f8eef316ce35dbd5a /dwl.c
parentcc72df11d690346ed1924593d283a7453986deab (diff)
downloaddwl-f89906096537b1ec69a1db3216268ef7b4a1b7b3.tar.gz
send a configure to unmanaged clients when mapping
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index dd9bd7d..e6bbf04 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1703,6 +1703,7 @@ mapnotify(struct wl_listener *listener, void *data)
/* Unmanaged clients always are floating */
wlr_scene_node_reparent(&c->scene->node, layers[LyrFloat]);
wlr_scene_node_set_position(&c->scene->node, c->geom.x, c->geom.y);
+ client_set_size(c, c->geom.width, c->geom.height);
if (client_wants_focus(c)) {
focusclient(c, 1);
exclusive_focus = c;