9 lines
246 B
Lua
9 lines
246 B
Lua
-- DaVinci Resolve window focus handling. Kept fully opaque: the default
|
|
-- translucency distorts colour-critical grading work.
|
|
o.window(".*[Rr]esolve.*", {
|
|
float = true,
|
|
stay_focused = true,
|
|
tag = "-default-opacity",
|
|
opacity = "1 1",
|
|
})
|