mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Merge remote-tracking branch 'origin/wlroots' into swaybar-layers
This commit is contained in:
commit
f26ecd9f58
39 changed files with 618 additions and 589 deletions
|
|
@ -202,7 +202,7 @@ void invoke_swaybar(struct bar_config *bar) {
|
|||
}
|
||||
|
||||
static bool active_output(const char *name) {
|
||||
swayc_t *cont = NULL;
|
||||
struct sway_container *cont = NULL;
|
||||
for (int i = 0; i < root_container.children->length; ++i) {
|
||||
cont = root_container.children->items[i];
|
||||
if (cont->type == C_OUTPUT && strcasecmp(name, cont->name) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue