Vladimir Panteleev

Results 783 comments of Vladimir Panteleev

OK, I think this should work, it should start beeping when the cursor clipping rectangle isn't as it should be: https://dump.thecybershadow.net/b056d7f497edceea4e9bb767bc6c6704/AutoMouseLock-signed.exe

You have `cmd.exe` running in the background? `cmd` is just a command interpreter, it should do nothing on its own. Do you know what starts it?

Well, I don't know what "miner" means in that context, but if it's really the culprit then it's almost surely doing something that it shouldn't be doing. Working around bugs...

> The only thing AutoMouseLock could do is periodically check whether something has undone its work and reset the cursor clipping rectangle, however that would not be a foolproof solution...

Another use case for per-window filters is color-key transparency (https://github.com/chjj/compton/issues/183), for applications which don't natively support transparency (ARGB colors). Currently, using a pixel shader to enable color-key transparency applies the...

Thanks for the quick reply. Though, I don't really understand why the simulated IRC user couldn't fulfill those functions instead. For what it's worth, I had a look at the...

> But that's weird. When i `grep` on my system (with all deps of clipcat in the cargo repo), I get no results. > It's nowhere in the clipcat codebase....

[urxvt-resize-font](https://github.com/simmel/urxvt-resize-font) supports resizing fixed fonts, so I switched to that.

FWIW: [hax11](https://github.com/CyberShadow/hax11) (my project) switched from hooking library calls to intercepting the X11 connection. This allows it to work with any X11 client library, even when it's statically linked (as...

FWIW: [hax11](https://github.com/CyberShadow/hax11) (my project) can merge multiple displays, perhaps you may find it useful.