ignore internal containers when switching workspace

This commit is contained in:
minus 2015-08-22 22:51:45 +02:00
parent 6c1e7cdebd
commit 2f7269a3f1
3 changed files with 34 additions and 25 deletions

View file

@ -30,6 +30,9 @@ enum swayc_layouts{
struct sway_container {
wlc_handle handle;
// Internal container, e.g. scratchpad
bool internal;
enum swayc_types type;
enum swayc_layouts layout;