Merge pull request #2442 from PucklaJ/hyprland_persistent
Show workspaces on all outputs if persistent_workspaces value is emptypull/2456/head
commit
d7d4a6c632
|
@ -227,6 +227,9 @@ void Workspaces::fill_persistent_workspaces() {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// this workspace should be displayed on all monitors
|
||||||
|
persistent_workspaces_to_create_.emplace_back(key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue