reject tiling windows that do not meet the max size requirement
This commit is contained in:
parent
575434f1a4
commit
cd37a1533e
5 changed files with 44 additions and 9 deletions
|
|
@ -24,6 +24,7 @@ public:
|
|||
bool shouldBeFloated(CWindow*);
|
||||
void moveXWaylandWindow(CWindow*, const Vector2D&);
|
||||
void checkBorders(CWindow*);
|
||||
Vector2D getMaxSizeForWindow(CWindow*);
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CHyprXWaylandManager> g_pXWaylandManager;
|
||||
Loading…
Add table
Add a link
Reference in a new issue