Skip to content
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

Snap to middle #35

Open
mmmspamwich opened this issue Aug 6, 2024 · 1 comment
Open

Snap to middle #35

mmmspamwich opened this issue Aug 6, 2024 · 1 comment

Comments

@mmmspamwich
Copy link

mmmspamwich commented Aug 6, 2024

Hi there,

I'm successfully using this spoon to configure multiple window cycle sizes to allow for widths in thirds:

spoon.ShiftIt:setWindowCyclingSizes({ 50, 33.33, 66.67 }, { 50 })

Left and right thirds are working fine but is there an option to snap the third window to the space in the middle of the screen?

Also thanks for your work on this project, it was a relief to see after ShiftIt died!

Thanks,
Garth

@peterklijn
Copy link
Owner

Hi @mmmspamwich,
Thanks for raising an issue.

I accomplish this by moving it to the left or right, and when I'm happy about the size, I center the window (ctrl(^) + alt(⌥) + cmd(⌘) + C)

So in your case:

ctrl(^) + alt(⌥) + cmd(⌘) + left
ctrl(^) + alt(⌥) + cmd(⌘) + left
ctrl(^) + alt(⌥) + cmd(⌘) + C

I have not found a more natural fit that is flexible enough.

Cheers, Peter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants