Files
omarchycn/default/hypr/apps/davinci-resolve.lua
T
Gavin NugentandGitHub d8397ee654 Merge pull request #6382 from 28allday/resolve-full-opacity
Exempt DaVinci Resolve from default window opacity
2026-07-26 15:22:08 -07:00

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",
})