RamonUnch

Results 481 comments of RamonUnch
trafficstars

In theory AltSnap should toggle the same flag. But the program probably does internally more than this. I am not sure it is possible for AltSnap to do it.

@Heart1010 Maybe have a try with this version of AltSnap. It goes up the Owner chain instead of stopping at the first top-level window. This might fix the issue you...

This snap previewing is not implemented yet, it will eventually become optional, to do this I would have to re-implement and draw myself all of those transparent windows. Microsoft does...

Yes, the blacklist should be active for the Lower action, I will see what I can do, because with metro-style applications many messages are not working, like the one AltDrag...

[hooks.zip](https://github.com/RamonUnch/AltDrag/files/5808133/hooks.zip) The solution seems to be a simple blacklist. Use the above hooks.dll and add manualy MMBLower=*|CASCADIA_HOSTING_WINDOW_CLASS in the [Blacklist] section of AltDrag.ini (middle click on AltDrag Tray icon) enable...

This is a bug of Windows terminal that actually does not respond properly to the WM_NCHITTEST message. https://github.com/microsoft/terminal/issues/8795 Maybe it will be fixed, but an other workaround could be to...

Well Microsoft fixed the WM_NCHITTEST in the maximize button but it seems they will not fix the titlebar soon: https://github.com/microsoft/terminal/commit/ccc74686a28f4231355696d90a2e1f4b3be44a49

I am not sure I understand, There are some invisible borders under Windows 10, but they should be compensated, and they are a few pixels, not a single one. Maybe...

Try with this AltSnap+hooks.dll version, and add ``` SnapGap=-1 ; Gap in pixels from -128 to +127 between two snapped windows. ; Use negative values if you want an overlap,...

@Ichisich Indeed this is why the default is still 0, this setting deflates the windows of X pixels on all sides. the 1pixel border on windows 10 is part of...