hyprctl: add an inhibitingIdle field to windows

fixes #4322
This commit is contained in:
Vaxry 2024-12-13 21:30:19 +00:00
parent 452a7e6905
commit 35e134e570
3 changed files with 48 additions and 18 deletions

View file

@ -171,6 +171,7 @@ class CInputManager {
//
void newIdleInhibitor(std::any);
void recheckIdleInhibitorStatus();
bool isWindowInhibiting(const PHLWINDOW& pWindow, bool onlyHl = true);
SSwipeGesture m_sActiveSwipe;