Hi there!
There isn't an option, but I think you could modify the source code to make it work the way you want. I'm sorry for not offering to do it for you, but I haven't worked on AltDrag for a while because I'm really busy these days.
You'd probably want to change the code around here: https://github.com/stefansundin/altdrag/blob/master/hooks.c#L1588
You could add something like "if (state.origin.maximized) return;" and it might do the trick.
Then the instructions to compile the code is here: https://stefansundin.github.io/altdrag/doc/build.html
Good luck!
Traceroute Mapper was one of those quick and dirty hack day things that I made. I did not spend many hours on it. You have probably spent more time on it than I have. I'm a little bit puzzled why you are even posting here. If you just want to let me know that it is shitty, then I just have to agree. It is not very good at all, and not in the least accurate. It is only as accurate as ipinfo.io is.
So if you have anything to contribute, then I suggest that you improve it and submit a PR. Posting here in an attempt to make it better is pretty pointless. I have little motivation to try to improve it myself. I took it as far as I wanted to.
Anyway, I hope it was at least a little bit interesting. Otherwise, I am sorry it wasted your time. Have a nice rest of your weekend. Cheers!
Hi arthurno1.
The build instructions are here: https://stefansundin.github.io/altdrag/doc/build.html
I don't know if msys2+mingw is equivalent to Cygwin. Or maybe they changed something and my instructions are out of date.
These days I prefer to use Bash on Windows to compile stuff in Windows. I haven't made a build script for AltDrag yet, but you can see the one for SuperF4 here: https://github.com/stefansundin/superf4/blob/master/build.sh
In the future, I will rewrite the build instructions with Bash on Windows in mind.