Torsten Mattetat

Results 5 comments of Torsten Mattetat

following the focus ✅ resizing the focused window ✅ multi monitor, different scaling ❌ ignoring very small window size ✅

⚠️ right click to open the options does not work. If you like, see this commit: https://github.com/dodjango/PortionOfScreen/commit/6cccc17e6467de4899d5d052bfad36a67a34894a

The PR description still says right click, therefore I mentioned it.

Hi @egonl, here is an idea for an implementation I would like to share: [Diff](https://github.com/egonl/PortionOfScreen/compare/main...dodjango:PortionOfScreen:follow-mode) If you like I can push the branch to your repo instead of my fork.

Using the timer is much better than the event for redrawing. Resizing also works this way, great. Ignoring small windows is a good idea I thought about too but ended...