windowrules: Add novrr dynamic window rule (#11370)
This commit is contained in:
parent
42caff5587
commit
fdf1612f0f
7 changed files with 18 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue