[Feature request] GUI toggle for show-application-menu setting
This is an issue if you are using multiple monitors and switching between applications using "Alt+Tab"; sometimes you don't know which applications you are in. In pop os 20.04, I can simply look at the top bar and immediately tell the app that I am in.
You can enable it to show with this command
gsettings set org.gnome.shell.extensions.pop-cosmic show-application-menu true
To hide it again use
gsettings set org.gnome.shell.extensions.pop-cosmic show-application-menu false
Duplicate/related: https://github.com/pop-os/cosmic/issues/181, https://github.com/pop-os/cosmic/issues/213
The CLI feature was added by: https://github.com/pop-os/cosmic/pull/354
The only thing this issue would remain open for would be a GUI toggle for this.
Such a GUI toggle would need to be added in desktop-widget: https://github.com/pop-os/desktop-widget
You can enable it to show with this command
gsettings set org.gnome.shell.extensions.pop-cosmic show-application-menu trueTo hide it again usegsettings set org.gnome.shell.extensions.pop-cosmic show-application-menu false
Thank You!