Skip to content

Instantly share code, notes, and snippets.

@wgallios
Created November 23, 2014 07:30
Show Gist options
  • Save wgallios/06be85773c1fca6f5670 to your computer and use it in GitHub Desktop.
Save wgallios/06be85773c1fca6f5670 to your computer and use it in GitHub Desktop.
Gnome 3 "Show Applications" desktop launcher. /usr/share/applications/name.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Show Applications
Comment=Show applications menu
Exec=gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval 'Main.overview.toggle();Main.overview.viewSelector._showAppsButton.checked = true;';
Icon=view-grid-symbolic
Path=
Terminal=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment