Fix DaVinci Resolve window behavior

Open the main window fullscreen so the bar does not cover Resolve's menu, and let parent windows yield focus so their dialogs remain usable. Match both free and Studio editions.

Co-authored-by: 28allday <gavin.nugent@hey.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-29 17:45:27 -07:00
co-authored by 28allday
parent 35212998b5
commit fb564e3ac1
+3
View File
@@ -6,3 +6,6 @@ o.window(".*[Rr]esolve.*", {
tag = "-default-opacity",
opacity = "1 1",
})
o.window({ class = ".*[Rr]esolve.*", title = "^DaVinci Resolve( Studio)? - .+$" }, { fullscreen = true })
o.window({ class = ".*[Rr]esolve.*", title = "^(DaVinci Resolve( Studio)? - .+|Project Manager)$" }, { stay_focused = false })