mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
ignore internal containers when switching workspace
This commit is contained in:
parent
6c1e7cdebd
commit
2f7269a3f1
3 changed files with 34 additions and 25 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue