-
Notifications
You must be signed in to change notification settings - Fork 487
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
Float little arc windows? #1509
Comments
@rutger1140 Despite of what is shown on the dock, the actual title of the window does not contain Little Arc on it, so matching with regex won't work. |
+1 @mpeterson, that'd be a great feature |
You can check to see if Amethyst knows about a title with the cli debug tools. /Applications/Amethyst.app/Contents/MacOS/Amethyst debug windows But adding other sources of floating logic seems reasonable, generally speaking, but the UI gets more complicated. |
The second window is actually Little Arc. What if we could control floating windows by leveraging prefixes such as @ianyh I could give this a try and open a PR if you think that would add any value to your project! :) |
I think expanding what you can do float matching on is reasonable, as long as it can be done in a backwards compatible way. I don't think I personally have the cycles for that, but if you want to give it a go I can try reviewing it. |
Aight! I'll try to come up with some UIs later today, and I'll post here before actually trying to implement it. So we can discuss any improvements! EDIT: Unfortunately, I stopped using Amethyst, and stopped working on that. |
Any updates on this issue? |
Friendly bump :) |
maybe we can push the arc team to have a different app id for little arc |
I emailed the support couple months ago, made some arguments about accesibility as well as aiding power users. Got the generic "i'll forward this to the dev team". See my workaround on yabai, logic might help (there are also lots of other ideas in the thread): koekeishiya/yabai#2271 (comment) Also, brotab(https://github.com/balta2ar/brotab) might prove useful determining what kind of window it is. When i tested it was reporting the pip tab as if it was on the same window as other tabs, but one could dig deeper using the chrome query interface that it provides, specifically groupId, openerTabId and type looks interesting. I eventually moved to linux (thus firefox), so i cant test myself edit: now that i think about it, even if you do figure out which tab is little arc, it's still useless unless you can point amethyst (not sure how it works, never used it) to the window. I actually tried making a poc arc extension that figures out the pip window, and adds a prefix [LittleArc] to the title, hoping that i would use that to match, but by that point the window is already got created and got my main arc window rules applied to it on yabai |
Is your feature request related to a problem? Please describe.
Feature Request
Describe the solution you'd like
Possibly it is not possible without a change in Arc's application packaging/bundling, but I'd like to be able to float only "Little arc" windows, with floating the browser's regular/main windows
The text was updated successfully, but these errors were encountered: