diff options
| author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-08-14 13:15:48 -0600 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-08-27 23:09:46 -0600 | 
| commit | f89906096537b1ec69a1db3216268ef7b4a1b7b3 (patch) | |
| tree | e8143e51b961be0f4df4311f8eef316ce35dbd5a /dwl.c | |
| parent | cc72df11d690346ed1924593d283a7453986deab (diff) | |
send a configure to unmanaged clients when mapping
Diffstat (limited to '')
| -rw-r--r-- | dwl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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; | 
