mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 13:03:48 -07:00
xdgshell: set predicted tiled windows to monitor res size pre-map
Should improve #4022 although not exactly fix. Fixing would require more witchcraft
This commit is contained in:
@@ -229,7 +229,8 @@ class CWindow {
|
||||
std::string m_szInitialClass = "";
|
||||
int m_iWorkspaceID = -1;
|
||||
|
||||
bool m_bIsMapped = false;
|
||||
bool m_bIsMapped = false;
|
||||
bool m_bInitialCommitPassed = false;
|
||||
|
||||
bool m_bRequestsFloat = false;
|
||||
|
||||
|
Reference in New Issue
Block a user