summaryrefslogtreecommitdiffstats
path: root/include/focus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/focus.h')
-rw-r--r--include/focus.h2
1 files changed, 2 insertions, 0 deletions
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);
34extern bool locked_container_focus; 34extern bool locked_container_focus;
35extern bool locked_view_focus; 35extern bool locked_view_focus;
36 36
37// Prevents wss from being destroyed on focus switch
38extern bool suspend_workspace_cleanup;
37 39
38bool move_focus(enum movement_direction direction); 40bool move_focus(enum movement_direction direction);
39 41