mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-05 07:15:31 -04:00
Mark clients spawned while the monitor is using the floating layout as floating
This commit is contained in:
parent
2b171fd501
commit
16a0af64c9
1 changed files with 3 additions and 0 deletions
3
dwl.c
3
dwl.c
|
|
@ -1618,6 +1618,9 @@ mapnotify(struct wl_listener *listener, void *data)
|
|||
} else {
|
||||
applyrules(c);
|
||||
}
|
||||
if (!c->mon->lt[c->mon->sellt]->arrange)
|
||||
setfloating(c, 1);
|
||||
|
||||
printstatus();
|
||||
|
||||
unset_fullscreen:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue