-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Add preference: remove AltTab from the menubar #103
Comments
That sound a bit extreme to me. An app that has no dock icon when active, and no menubar, means that the user has no conventional way to interact with it. How would you quit the app? How would you change the preferences? Let's say you can call a shortcut for both. What it you forgot the shortcut, how would you get unstuck then? |
Just a though. Is it possible to simply have it open the preferences view
when launched from the Mac Applications menu? For exiting the application,
a quit button could be added in that UI.
…On Tue, Dec 31, 2019 at 1:22 PM lwouis ***@***.***> wrote:
That sound a bit extreme to me. An app that has no dock icon when active,
and no menubar, means that the user has no conventional way to interact
with it.
How would you quit the app? How would you change the preferences?
Let's say you can call a shortcut for both. What it you forgot the
shortcut, how would you get unstuck then?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#103?email_source=notifications&email_token=AB4CUJTTT6F6A5TZK63FQ6TQ3OEXVA5CNFSM4KBWUVJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4Q2CQ#issuecomment-569969930>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4CUJUZ6O2LTIYTZJPSGPDQ3OEXVANCNFSM4KBWUVJA>
.
|
I think what you're describing is what The Unarchiver does. I actually
dislike this UX as it is not intuitive and over time you can forget that
the app is running.
I'm kind of against this change, but i want to be open to other people
preferences, so this could be done as a preference.
You're free to open a PR that has a "hide from menubar" checkbox. I think
you'd have to jump through a bunch of hoops to make that happen though as
it's clearly not a use-case Apple has in mind for third-party apps. I'm
guessing the implem would be very hacky.
Please feel free to open that PR though. If it's not adding too many
hard-to maintain things, then i'll merge it for sure :)
On Wed, Jan 1, 2020 at 3:26 Nathan Guenther <notifications@github.com>
wrote:
… Just a though. Is it possible to simply have it open the preferences view
when launched from the Mac Applications menu? For exiting the application,
a quit button could be added in that UI.
On Tue, Dec 31, 2019 at 1:22 PM lwouis ***@***.***> wrote:
> That sound a bit extreme to me. An app that has no dock icon when active,
> and no menubar, means that the user has no conventional way to interact
> with it.
>
> How would you quit the app? How would you change the preferences?
>
> Let's say you can call a shortcut for both. What it you forgot the
> shortcut, how would you get unstuck then?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#103?email_source=notifications&email_token=AB4CUJTTT6F6A5TZK63FQ6TQ3OEXVA5CNFSM4KBWUVJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4Q2CQ#issuecomment-569969930
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AB4CUJUZ6O2LTIYTZJPSGPDQ3OEXVANCNFSM4KBWUVJA
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#103?email_source=notifications&email_token=AAAZ5U2QWBTRQR7I7LO5E63Q3OFGFA5CNFSM4KBWUVJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4Q56Y#issuecomment-569970427>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZ5U5J3RUPMXQCZ5YINNTQ3OFGFANCNFSM4KBWUVJA>
.
|
There are other apps that provide this kind of experience. Often, they warn the user about this choice with some info about the consequences of this option (and generally they're target to "advanced" users). A way to interact with this apps is to "launch them", clicking on its icon in the Applications folder, in the Dock (if they're pinned there) or using Spotlight/Alfred/Quicksilver… But another way to solve this issue would be to provide a selector "Show AltTab in" with the options "Menu bar" and "Dock". This way, user that like to have apps in the menu bar, including the ones that use apps like Bartender and Vanilla to manage them, could opt to keep things as they are now (that could be the default). But users that don't like to have lots of apps sitting in their menu bar could opt for moving the icon to their Dock. |
E.g. Dash has options for "No Dock Icon" and "No Menubar Icon". If you set both, it helpfully warns that you can re-launch the app, and it'll show the main window for you. I think we could do the same here. |
As a workaround that may suit your use case, would be to use something like https://www.macbartender.com/. This is my currently preferred method. I do agree that this is a welcome change and my thumbs up go for
Similar or same behavior can be observed with following apps
edit: phrasing |
Yes. For that I'm trying Dozer, cited by @akx in another discussion in this project. It seems to work better than Vanilla and it is cheaper than Bartender ;)
I think that's the best solution too. And that is what @akx suggested above when using Dash as an example. But just making things clear, this behavior would be better expressed as "Open |
I understand your position on this issue but there are many people between us including me who have some kind of OCD. In this case to have menu bar extremely thin. I am trying to remove every single app there and keep only os essentials (and not even all of them). From feature perspective it is much easier to navigate and achieve tasks when you remove all the noise from the menu and keep there only the apps you use frequently.
This is a preferred way how to interact with the app when required. Mainly because this is setup once and forget kind of app for me and I do not plan to change anything ever. Would be really happy for option to hide app icon from menu bar. |
or exchange the "AltTab" lettering for a small symbol that does not take up so much space in the menubar |
This is going to be done with the release of v3, hopefully next week. The menubar icon is going to be discussed in #38 |
If/when this is implemented, it would be nice to also implement a shortcut to access the preferences though |
Is there any PR about this problem? If non, I would like to do this feature. |
@L1cardo nobody has taken the task yet. You are very welcome to do it. In case you haven't seen, here are some contributing docs. Regarding the UI, I had this in mind: Regarding the UX, when the menubar icon is hidden, the user becomes unable to access its dropdown menu, so we need a way to let the user access its features: Thus I suggest these adjustments:
What do you think? |
@lwouis |
@lwouis is this feature removed for the latest version? I miss it in mine preferences pane 😢 |
@medeiroshudson no it's there. On the first tab, please click the icon dropdown. There you can select the row with no icon. |
It's true. I didn't pay attention to that! |
@lwouis I want to say thanks for making this app 👍. I know this issue is closed, but looks like this is still an issue with the current implementation. I am not sure how it is better for the user than your idea from July 10, 2020 to have the option to hide the icon. Without your response in this thread to select a row with no icon, I would have probably uninstalled it... |
Wanted to say Thank you again for this. |
I don't like to keep lots of apps on the menubar, and AltTab has no crucial feature to be sitting there. Actually, I think it should "invisible" to the user, just showing up when activated to switch windows. So it would be nice to have an option to remove its icon from the menubar.
The text was updated successfully, but these errors were encountered: