config: add exec-shutdown for running commands on shutdown (#7683)

* config: add exec-shutdown for running commands on shutdown

* compositor: delay stopping until after exec-shutdown
This commit is contained in:
trianta 2024-09-07 14:54:33 -05:00 committed by GitHub
parent 5ca4823128
commit 70add904c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 51 additions and 0 deletions

View file

@ -91,6 +91,7 @@ class CCompositor {
bool m_bNextIsUnsafe = false;
CMonitor* m_pUnsafeOutput = nullptr; // fallback output for the unsafe state
bool m_bIsShuttingDown = false;
bool m_bFinalRequests = false;
bool m_bDesktopEnvSet = false;
bool m_bEnableXwayland = true;