Last active
November 12, 2021 17:29
-
-
Save Steelsouls/5561056 to your computer and use it in GitHub Desktop.
Unity Launcher Template (save-to: /usr/share/applications/app-name.desktop)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Name= | |
GenericName= | |
Exec= | |
Terminal=false | |
Icon= | |
Type=Application | |
Categories= | |
[NewWindow Shortcut Group] | |
Name=New Window | |
Exec= | |
TargetEnvironment=Unity | |
[NewDocument Shortcut Group] | |
Name=New Document | |
Exec= | |
TargetEnvironment=Unity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment