Suspend destruction of wss when creating views

This commit is contained in:
Mykyta Holubakha 2016-07-11 22:27:13 +03:00
parent a2bb280172
commit c503bf1342
3 changed files with 31 additions and 1 deletions

View file

@ -34,6 +34,8 @@ bool set_focused_container_for(swayc_t *ancestor, swayc_t *container);
extern bool locked_container_focus;
extern bool locked_view_focus;
// Prevents wss from being destroyed on focus switch
extern bool suspend_workspace_cleanup;
bool move_focus(enum movement_direction direction);