Wednesday, December 31, 2014

Dim Specific Windows

Is there a way to dim specific, individual windows?





I often find the ubiquitous white or almost-white backgrounds of many programs and pages I browse unpleasantly bright. Often they either cannot be configured at all, or not enough, or have too many special cases to be configured efficiently. Images or videos can introduce excess brightness .



Lowering whole screen/system brightness is not a solution because a bright window next to a bunch of dark windows is a bad no matter how much the global settings are changed.




I want to dim just windows that are too bright for me do that they are tolerable next to my preferred/configured dark windows.





Ideally, I would like to:




  1. quickly dim a window when it becomes too bright,

  2. configure some programs to always have all or some their windows dimmed by default,

  3. be able to manually toggle the dimming on individual windows, and


  4. retain full functionality.



At the bare minimum, if you give me a programmatic way to dim a window, I can and will do the rest with some programming language.





I would like to do it without stealing focus or otherwise blocking keystrokes, mouse events, and other window events, so that it stays dimmed even as I interact with it, including resizing, moving, and hiding the window (which I usually do with my own AutoHotKey scripts, but often enough with the built-in keyboard and mouse ways too).



I would prefer a portable solution that I can reuse between Windows 7 and Windows 10 (and if it works on Windows 8 too that would be a plus), but I will gladly accept anything at this point. My most pressing daily need is Windows 7.




The less I have to install to make it work, the better, but I'll install anything remotely reasonable at this point.



I am a libre software zealot at heart, but in a moment of weakness I'd maybe even use a shady binary off the internet if it did the job well enough, and I would definitely pay good money for a polished closed solution from a reputable source.



I would really enjoy it if there to be no weird visual artifacts or noticeable delays, and I would be willing to tolerate some constant CPU load to make that happen, but even a solution that only works while the window is stationary and that I have to manually reapply and even clean up after would be an improvement.



Would be nice if it didn't leak memory, but if I have to restart it once a week or daily, it would still be worth it.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...