mirror of
https://github.com/swaywm/sway.git
synced 2026-03-30 11:10:59 -04:00
Keep tray separate
This commit is contained in:
parent
87a55dfe5c
commit
4d34bc393e
2 changed files with 5 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ struct output {
|
|||
char *name;
|
||||
int idx;
|
||||
bool focused;
|
||||
#ifdef ENABLE_TRAY
|
||||
bool active;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct workspace {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue