Add a new window desktop action
This allows you to open a new window with the GWL "New Window" entry Fixes: https://github.com/linuxmint/xed/issues/393
This commit is contained in:
parent
3ca66d6fb6
commit
5a3fc97c6a
|
@ -10,3 +10,8 @@ Icon=accessories-text-editor
|
||||||
Categories=GTK;Utility;TextEditor;
|
Categories=GTK;Utility;TextEditor;
|
||||||
Keywords=text;editor;tabs;highlighting;code;multiple;files;pluggable;notepad;
|
Keywords=text;editor;tabs;highlighting;code;multiple;files;pluggable;notepad;
|
||||||
X-MATE-DocPath=xed/xed.xml
|
X-MATE-DocPath=xed/xed.xml
|
||||||
|
Actions=new-window;
|
||||||
|
|
||||||
|
[Desktop Action new-window]
|
||||||
|
Name=New Window
|
||||||
|
Exec=xed --new-window %U
|
||||||
|
|
Loading…
Reference in New Issue