windowrules: Add novrr dynamic window rule (#11370)

This commit is contained in:
Hleb Shauchenka 2025-08-22 11:48:42 +02:00 committed by GitHub
parent 42caff5587
commit fdf1612f0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 18 additions and 1 deletions

View file

@ -321,6 +321,7 @@ void Events::listener_mapWindow(void* owner, void* data) {
try {
PWINDOW->m_closeableSince = Time::steadyNow() + std::chrono::milliseconds(std::stoull(VARS[1]));
} catch (std::exception& e) { Debug::log(ERR, "Rule \"{}\" failed with: {}", r->m_rule, e.what()); }
break;
}
default: break;
}