Stop Resolve dialogs from recapturing pointer focus
This commit is contained in:
@@ -3,9 +3,10 @@
|
|||||||
o.window(".*[Rr]esolve.*", {
|
o.window(".*[Rr]esolve.*", {
|
||||||
float = true,
|
float = true,
|
||||||
stay_focused = true,
|
stay_focused = true,
|
||||||
|
no_follow_mouse = true,
|
||||||
tag = "-default-opacity",
|
tag = "-default-opacity",
|
||||||
opacity = "1 1",
|
opacity = "1 1",
|
||||||
})
|
})
|
||||||
|
|
||||||
o.window({ class = ".*[Rr]esolve.*", title = "^DaVinci Resolve( Studio)? - .+$" }, { fullscreen = true })
|
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 })
|
o.window({ class = ".*[Rr]esolve.*", title = "^(DaVinci Resolve( Studio)? - .+|Project Manager|Preferences|Find Directory)$" }, { stay_focused = false })
|
||||||
|
|||||||
Reference in New Issue
Block a user