From c503bf13426aa269779e81567e3b36ada56dabc1 Mon Sep 17 00:00:00 2001 From: Mykyta Holubakha Date: Mon, 11 Jul 2016 22:27:13 +0300 Subject: Suspend destruction of wss when creating views --- include/focus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/focus.h') diff --git a/include/focus.h b/include/focus.h index 4abd6080..602b6122 100644 --- a/include/focus.h +++ b/include/focus.h @@ -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); -- cgit v1.2.3-54-g00ecf