Merge pull request #3747 from Aqa-Ib/patch-1

fix hyprland's grouped window flags
This commit is contained in:
Alexis Rouillard
2024-11-13 15:42:38 +01:00
committed by GitHub

View File

@ -191,12 +191,6 @@ void Window::queryActiveWorkspace() {
solo_ = true; solo_ = true;
} }
// Grouped windows have a tab bar and therefore don't look fullscreen or solo
if (windowData_.grouped) {
fullscreen_ = false;
solo_ = false;
}
if (solo_) { if (solo_) {
soloClass_ = windowData_.class_name; soloClass_ = windowData_.class_name;
} else { } else {