diff --git a/default/hypr/apps/davinci-resolve.lua b/default/hypr/apps/davinci-resolve.lua index ba81e12c..aba9414d 100644 --- a/default/hypr/apps/davinci-resolve.lua +++ b/default/hypr/apps/davinci-resolve.lua @@ -1,2 +1,8 @@ --- DaVinci Resolve dialog focus handling. -o.window(".*[Rr]esolve.*", { float = true, stay_focused = true }) +-- 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", +})