mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 04:29:34 +02:00
3 lines
142 B
Lua
3 lines
142 B
Lua
-- Focus floating DaVinci Resolve dialog windows.
|
|
hl.window_rule({ match = { class = ".*[Rr]esolve.*", float = true }, stay_focused = true })
|