-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Enhancement: Add edge magnetism #19
Comments
And/or a new key combination. For example, adding |
Sorry, @dlehman , I completely missed your issue here. To be honest, I actually want it to act this way. What I might do is add a little magnetism at the screen edge. I thought it was already there thanks to the underlying window management but when I tested it just now it worked only when moving windows via the title bar. On the other hand the fact that I didn't know for sure is a good indicator how often I actually look for this :) @ChasonDeshotel I feel like in a way - the reverse - this is already there. I'm using the default keys (surprise! ;)) of fn+ctrl to move and the additional opt to resize. So I can just move to the edge by holding fn+ctrl and then pressing opt when I hit the edge to shrink it. That is when I'm at the left edge. On the right it takes a little extra push and shove as the resize acts on the lower right of the window. Still, I think it'd be very hard to explain that additional modifier behaviour. (I'm not even sure I fully understood what you're describing, to be honest.) |
+1 for magnetism instead of total locking. Keep in mind that user can connect multiple displays so total locking could avoid to move windows between screens. |
Spark application has a problem here. For most applications, once I moved the window to the edge, it should just "push back" a little to see the window. However, instead of "pushing back" Spark moves totally out of screen and it's not easy to bring it back. |
@bartskowron You mention Spark - did you mean to post this elsewhere or is this related to Hummingbird? It's not clear to me if you're referring to a problem with Spark (I don't know what Spark is/does btw) or Hummingbird. |
Spark is an email client app: http://sparkmailapp.com and while moving the app via Hummingbird it behaves as described above. |
Best I can tell right now this doesn't seem to be possible, at least not in the way HB works right now or without a lot of hackery. The issue is that the window in HB is an
|
Hi has there been any additional movement on this idea? I think the way AltSnap does this on Windows 10 is great. It's optional whether to magnetise to screen edges or even other windows. It also lets you use snapping zones to quickly flick windows around into quarters / halves etc. If Hummingbird somehow managed to move windows using the native technique it could get snapping for free with the help of other apps like Rectangle. I'd gladly pay more for Hummingbird if it included more of these options. Unfortunately I'm not experienced enough to be able to code something like that. |
As a suggestion, add a user preference to "stop at screen edge" which would stop moving the current window (in that direction) once it hits a screen edge.
Currently, when you move past a screen edge (left, right, bottom), the window can be moved partially off-screen.
The text was updated successfully, but these errors were encountered: