Skip to content

Commit

Permalink
Merge pull request #4916 from xaverh/master
Browse files Browse the repository at this point in the history
Add "new window" action to code.desktop
  • Loading branch information
Tyriar committed Apr 4, 2016
2 parents bb279f5 + 5852199 commit a9798ff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion resources/linux/code.desktop
Expand Up @@ -6,5 +6,13 @@ Exec=/usr/bin/@@NAME@@ %U
Icon=@@NAME@@
Type=Application
StartupNotify=true
StartupWMClass=@@NAME@@
Categories=Utility;TextEditor;Development;IDE;
MimeType=text/plain;
MimeType=text/plain;
Actions=new-window;

[Desktop Action new-window]
Name=New Window
Name[de]=Neues Fenster
Exec=/usr/bin/@@NAME@@ --new-window %U
Icon=@@NAME@@

0 comments on commit a9798ff

Please sign in to comment.