mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
A fullscreen window can't be unfocused
This commit is contained in:
parent
6c51d8e3da
commit
dc575c74b8
1 changed files with 2 additions and 0 deletions
2
tree.c
2
tree.c
|
@ -1017,6 +1017,8 @@ bool transfer_node(monitor_t *ms, desktop_t *ds, node_t *ns, monitor_t *md, desk
|
|||
else if (ds != ms->desk && dd == md->desk)
|
||||
window_show(ns->client->window);
|
||||
}
|
||||
if (ns->client->fullscreen && dd->focus != ns)
|
||||
set_fullscreen(ns, false);
|
||||
}
|
||||
|
||||
history_transfer_node(md, dd, ns);
|
||||
|
|
Loading…
Add table
Reference in a new issue