Add nofullscreen to windowrules (#1107)

* feat: add windowrule to prevent fullscreen
This commit is contained in:
Dashie 2022-11-26 21:44:40 +01:00 committed by GitHub
parent 0db75852f3
commit e2f3f5fe63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View file

@ -131,8 +131,9 @@ public:
bool m_bNoFocus = false;
bool m_bNoInitialFocus = false;
// initial fullscreen
// initial fullscreen and fullscreen disabled
bool m_bWantsInitialFullscreen = false;
bool m_bNoFullscreenRequest = false;
SSurfaceTreeNode* m_pSurfaceTree = nullptr;