-
Notifications
You must be signed in to change notification settings - Fork 175
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
Feature request: toggle steam window on left click of system tray #4836
Comments
Hello @Hi-Angel, if I'm reading this correctly, you're asking for the left click action of the steam tray icon to toggle the main steam window frame, is that correct? I'm not sure libappindicator is capable of this behavior. |
@kisak-valve yes. |
"Unity shows popup menu on left click; Plasma triggers activation, which is why apps that use standard libappindicator do nothing on left click in Plasma." https://aur.archlinux.org/pkgbase/libappindicator-activate/?comments=all |
libappindicator doesn't support "primary activate" action which is triggered on left click in KDE. But it supports "secondary activate" action, I guess it's triggered on middle click. Some distributions like Arch Linux provide a patched version of libappindicator which binds "secondary activate" action to both secondary and primary activation. So I think it will be a good idea to at least implement this feature using |
Other applications which are using libappindicator have the possibility to have different actions on left and right click. So it should be no problem to implement it in Steam as well? For example Gajim uses libappindicator and toggles the main window with a left click. On right click a menu is shown. I would expect the same behavior in Steam as well. |
If someone need workaround on GNOME 3.36: |
Apps with ability to close to tray — e.g. viber, kmail, vlc, pidgin, kmix, etc — are commonly shows menu only on right-mouse click, and (un)hide (from)to system tray on left-click.
Would be great if steam would (un)hide to tray on left-mouse click either. ATM steam just shows menu for any of clicks.
The text was updated successfully, but these errors were encountered: