Skip to content

Commit

Permalink
Merge pull request #3747 from Aqa-Ib/patch-1
Browse files Browse the repository at this point in the history
fix hyprland's grouped window flags
  • Loading branch information
Alexays authored Nov 13, 2024
2 parents 52d582b + 77b50b4 commit 63edb40
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/modules/hyprland/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,6 @@ void Window::queryActiveWorkspace() {
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_) {
soloClass_ = windowData_.class_name;
} else {
Expand Down

0 comments on commit 63edb40

Please sign in to comment.