Skip to content

Instantly share code, notes, and snippets.

@BoltsJ
Created June 18, 2017 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BoltsJ/b77a951c11c7ea61fc31d365de16b840 to your computer and use it in GitHub Desktop.
Save BoltsJ/b77a951c11c7ea61fc31d365de16b840 to your computer and use it in GitHub Desktop.
#!/usr/bin/env xdg-open
[Desktop Entry]
Categories=Utility;
Comment=A desktop agnostic launcher
Exec=albert
GenericName=Launcher
Icon=albert
Name=Albert
StartupNotify=false
Type=Application
Version=1.0
Actions=Show;Hide;Toggle
[Desktop Action Show]
Name=Show
Exec=albert show
[Desktop Action Hide]
Name=Hide
Exec=albert hide
[Desktop Action Toggle]
Name=Toggle
Exec=albert toggle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment