mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
workspaces: follow_pointer_mouse doesn't follow hidden containers
This commit is contained in:
parent
8cc2c6fa7a
commit
d8f364a846
3 changed files with 6 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ void set_mask(swayc_t *view, void *data) {
|
|||
|
||||
if(view->type == C_VIEW) {
|
||||
wlc_view_set_mask(view->handle, *p);
|
||||
view->visible = (*p == 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue