mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-22 23:49:49 +01:00
window: set sane default pseudo size
This commit is contained in:
parent
47874f09f4
commit
ba69652193
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue