mirror of
https://github.com/swaywm/sway.git
synced 2025-10-28 05:40:16 -04:00
Only utilize the configured outputs
This commit is contained in:
parent
5c9ad035db
commit
e5e8094dc3
4 changed files with 59 additions and 13 deletions
|
|
@ -14,6 +14,7 @@ struct box_colors {
|
|||
struct config_output {
|
||||
struct wl_list link;
|
||||
char *name;
|
||||
size_t index;
|
||||
};
|
||||
|
||||
struct swaybar_config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue