mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 12:11:56 -07:00
window: set sane default pseudo size
This commit is contained in:
@@ -261,7 +261,7 @@ class CWindow {
|
||||
|
||||
// this is used for pseudotiling
|
||||
bool m_bIsPseudotiled = false;
|
||||
Vector2D m_vPseudoSize = Vector2D(0, 0);
|
||||
Vector2D m_vPseudoSize = Vector2D(1280, 720);
|
||||
|
||||
bool m_bFirstMap = false; // for layouts
|
||||
bool m_bIsFloating = false;
|
||||
|
Reference in New Issue
Block a user