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:
co-authored by
28allday
parent
35212998b5
commit
fb564e3ac1
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user