mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Added in basic floating toggling
This commit is contained in:
parent
be2635daa6
commit
05f969074e
6 changed files with 176 additions and 4 deletions
|
|
@ -40,12 +40,17 @@ struct sway_container {
|
|||
|
||||
bool visible;
|
||||
|
||||
bool is_floating;
|
||||
|
||||
int weight;
|
||||
|
||||
char *name;
|
||||
|
||||
list_t *children;
|
||||
|
||||
// Special list for floating windows in workspaces
|
||||
list_t *floating;
|
||||
|
||||
struct sway_container *parent;
|
||||
struct sway_container *focused;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue