diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-14 18:04:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-14 18:04:50 -0400 |
commit | 1e95191900d1f16b4d195f2d05f1eb7cb1f62ad5 (patch) | |
tree | 320a7d0455f6d433bbce76324ad816e29af803d4 /include | |
parent | 136387144cdcaa65c693fb4ffeed437bdd85235f (diff) | |
parent | c503bf13426aa269779e81567e3b36ada56dabc1 (diff) |
Merge pull request #726 from Hummer12007/hwc
Spawn new views to target ws's focused container
Diffstat (limited to 'include')
-rw-r--r-- | include/focus.h | 2 |
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); 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); |