Results 27 comments of Josh

We could just add a blur option in the settings and conditionally apply the crossWindowBlurListener introduced in A12 and set the BG color to a transparent one and voila! https://source.android.com/devices/tech/display/window-blurs

I believe this could be fixed by a window flag, SHOW_WHEN_LOCKED or something like that, I saw it used in AOSP on a default app. I will try and investigate.

like this: mWindow.addFlags( | WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED | WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);

I really want to get the macOS binary having the dep installer so I can add it to the releases page. The whole point of the project is to reduce...

> Oh, I wasn't aware that brew was available to linux distros as well. That's actually great news as I didn't know how to approach the linux deps installer as...

> Yeah Homebrew could potentially simplify the fragmentation of Linux distros as well.... although scripting might be the way to go when it comes to linux... Well I was looking...

Dependency check script is live if anyone wants to try it and confirm! Run the binary with the --deps flag

> > It doesn't install Homebrew for you.... I couldn't decide whether to do that for them or not. > > Good point, not sure if we should! > >...

I'd be willing to work on a GUI using tauri windowing (rust) and a web framework like Angular. We could change settings using rust RPC or even modify the actual...

> @VictorQueiroz Seems that I found somewhat workaround - try to set config like this: > > ``` > hiresscroll: { > hires: true; > invert: false; > target: true;...