-
Hi, i've gone through the documentation of this repo and the documentation of hyprland quite throughly, but so far I could not find the setting, how to make windows without the focus, where e.g. Netflix is running do not change colors/greyscale. i've removed opacity successfully, but the colors are still changing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After even further looking into the configuration and play around i figured out, that it was actually the opacity, which created this effect (due to a nearly white background). But i've already configured opacity like this:
Nevertheless there was still some opacity applied. After changing it to:
it is now working as expected... |
Beta Was this translation helpful? Give feedback.
After even further looking into the configuration and play around i figured out, that it was actually the opacity, which created this effect (due to a nearly white background). But i've already configured opacity like this:
windowrulev2 = opacity 1.0 1.0, title:.*Netflix.*
Nevertheless there was still some opacity applied. After changing it to:
windowrulev2 = opacity 1.0 1.1, title:.*Netflix.*
it is now working as expected...