mirror of
https://github.com/swaywm/sway.git
synced 2026-03-30 11:10:59 -04:00
Fix icon updating on secondary outputs
This commit is contained in:
parent
cbd0c49a8c
commit
87a55dfe5c
3 changed files with 26 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ struct output {
|
|||
char *name;
|
||||
int idx;
|
||||
bool focused;
|
||||
bool active;
|
||||
};
|
||||
|
||||
struct workspace {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue