Skip to content

Commit

Permalink
Add --new-window-if-not-first CLI arg
Browse files Browse the repository at this point in the history
This allows shift+click/middle+click/num+super Windows and Unity shortcuts to
work as expected while not changing regular launch behavior.

Part of microsoft#48
  • Loading branch information
Tyriar committed Jan 5, 2017
1 parent f763552 commit 515fd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/code.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=@@NAME_LONG@@
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/share/@@NAME@@/@@NAME@@ %U
Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window-if-not-first %U
Icon=@@NAME@@
Type=Application
StartupNotify=true
Expand Down

0 comments on commit 515fd17

Please sign in to comment.