-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
An option to hide application with no window such as com.apple.finder #763
Comments
|
Hey @Matts966! Thanks for the suggestion! @MuhammedZakir showed you how to disable all window-less apps. It seems you want to only remove Finder, since it's always there, and is kind of a unique app on macOS. I think we could enable that by changing the Blocklist preference UI. Today it looks like: We could replace the first list with a table UI, and have a dropdown on the right of the bundleID which says gives 3 options:
|
That will be great! What will be the difference between |
It's hard to explain with words I noticed.
You may want to hide one, the other, or both, thus you need 3 options. We could name |
Isn't this what |
Sorry for not noticing the option. With that option, my frustration almost disappears. Great project again :) However, sometimes I want to kill applications with no window via this project. In that case, I feel the suggestion is great. The change would be also nice in that we can unify the settings related to hiding applications. |
@MuhammedZakir |
@lwouis: Sorry for not making it clear! I was talking about
Then, you explained |
Sorry I was referring to: When I said
|
😅 Sorry again! This is what I want to know:
Again, sorry if it's a bother! Feel free to ignore this if you're busy! Just wanted to get a clear picture. :-) |
An app can be in 3 states:
I suggested 3 options:
|
Thanks! Now, it's clear! 😁 👍 |
A suggestion: I think "Show if no open window" is clearer than "Hide open windows". P.S. "if" or "when"? Which one to use in option? |
IMHO, in my experience, it's enough to add a simple dropdown menu with 3 options.
As I don't know other apps that can't be killed. (It's a special case, as far as I know.) Still, the complete option is more extensible. |
The use-case is beyond that. Finder is annoying some people, so that's one use-case, but other people have mentioned in other tickets that they use some app, and they keep it open because it has a long startup time, so they close all its windows and keep the process running. In that case, they complained that AltTab keeps showing the app to them. Doing per-app preference solves all of those use-cases at once. |
I see it's important now. Then a problem is the priority issue. The existing Maybe it's simple to move the existing option to the Blacklists tab and prioritize the new one over the existing option. |
Good point. I think we can relocate the global checkbox to the Blacklist tab. Then regarding priorities, i agree that per-app should override global |
Subsumed by #539 |
Thank you for this great project. I always enjoy tasks with this.
Is your feature suggestion related to a problem? Please describe.
I'm always frustrated when the
com.apple.finder
is there and selectingcom.apple.finder
creates a new window.Describe the solution you'd like
It would be very nice to add another option that filters specified applications if they don't have any window.
Describe alternatives you've considered
It would be also nice to hide
com.apple.finder
without window by default.The text was updated successfully, but these errors were encountered: