✨ Ability to launch Loop hidden, add bottom stash option#1038
Merged
Conversation
This was
linked to
issues
Feb 2, 2026
Collaborator
Author
It appears that the Accessibility API requires a window’s title bar to remain visible during manipulation. As a result, stashing windows on top caused unpredictable behavior: the window would sometimes disappear entirely or remain stationary in a revealed state instead of moving into the expected peeking state. However, it would never animate between the hidden/shown state even when enabled.
mrkai77
approved these changes
Feb 4, 2026
mrkai77
left a comment
Owner
There was a problem hiding this comment.
Looks good! I removed the top stash action since the menu bar often interfered with it (added a comment on that commit), causing odd behavior. I also tweaked the stash action configuration window so the top/center actions are now greyed out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This update aims to add two minor features requested by users: the ability to start up Loop without opening a window and to add stash windows to the top and bottom of the display.
A note for both: first, with Loop being hidden, if both the menu bar and the app on launch are hidden, and you're in development mode, i.e., opening it in Xcode, you will NOT be able to launch the window. You'll need to disable this before starting, or alternatively turn on the icon. If none of these are available, you can simply
defaults write com.MrKai77.Loop startHidden -bool falseRegarding window stashing, for stashing, the calculation is done, i.e., the math. If you have two window sizes, both previewing at 80%, it will remove the windows at the top and bottom. My recommendation here is to set the window width to be half of the maximum. For example, if you have two windows, instead of both being 50%, set them to 40-45% (given that both are stashed on the right-hand top and bottom of the screen).