Merge pull request #6382 from 28allday/resolve-full-opacity
Exempt DaVinci Resolve from default window opacity
This commit is contained in:
@@ -1,2 +1,8 @@
|
|||||||
-- DaVinci Resolve dialog focus handling.
|
-- DaVinci Resolve window focus handling. Kept fully opaque: the default
|
||||||
o.window(".*[Rr]esolve.*", { float = true, stay_focused = true })
|
-- translucency distorts colour-critical grading work.
|
||||||
|
o.window(".*[Rr]esolve.*", {
|
||||||
|
float = true,
|
||||||
|
stay_focused = true,
|
||||||
|
tag = "-default-opacity",
|
||||||
|
opacity = "1 1",
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user