-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preview area with dock doesn't work properly #168
Comments
If you want the center snap area to be larger change the 5 in row 799 to be 2. Call it a favor. |
Note to self: lines 795 and 799: Lines 794 to 800 in d33631a
|
@ElectricRCAircraftGuy, I'm going to clean up this comment section. I was having a rough day. But I can reproduce your issue now. |
The bounds check stopped previews from being registerd if the mouse was over a panel because the panel is "outside" the working space of the monitor. fixes #168
@ElectricRCAircraftGuy see if #171 works for you (you'll still need to change the rowHeightFraction if you want that) |
...to have explicit WinTile Reloaded installation instructions again, since [WinTile Reloaded still works better, unfortunately](Fmstrat/wintile#168). :(
Title I recommend for this issue:
I'm temporarily switching back to WinTile Reloaded until someone can fix this, because it has better usability for my needs. I really appreciate your work in WinTile though, and hope to see these bugs fixed in WinTile so WinTile Reloaded can die as a fork.
I'll update my answer here accordingly.
2 bugs I'm hoping to see fixed in WinTile:
Screenshots:
My WinTile settings:
My WinTile Reloaded settings:
Note
It would also be nice if you'd put the commit hash of the version being run into the name or settings when you build it, so we can easily see exactly which version and commit hash we are running. Here's my answer on how to easily get the commit hash in Bash. See
git_get_short_hash
. See the bottom of that answer for how to do it in Python too.Screenshots showing the snapping behaviors:
This yellow box is the area I must drag a window in WinTile for it to snap to the left 1/2 of the screen. Notice how narrow (left and right) and short (top to bottom) it is, and how I must be to the right of the launcher bar for it to even work:
Contrast this to WinTile Reloaded, where I can drag it all the way against the left-side of my monitor, and in which it has a much larger area I can drag it to to get the desired behavior, as indicated by this yellow box. WinTile Reloaded is therefore far easier and faster to resize and snap a window to where I want: either a corner or a side.
The text was updated successfully, but these errors were encountered: