Skip to content

Commit

Permalink
window: set sane default pseudo size
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed May 13, 2024
1 parent 47874f0 commit ba69652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/Window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ba69652

Please sign in to comment.