diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-26 00:33:16 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-26 00:33:16 -0400 |
commit | 84704dd28c3fbf50053afe26cfdf81539668c10a (patch) | |
tree | fe429f7baa2f6ddeb1d5ea6ea5332f1486938205 /emacsterm.desktop | |
parent | 029be92c769fa7827d44b2641cd29476f1417419 (diff) |
Add .desktop files for emacsmail and emacsterm
Diffstat (limited to 'emacsterm.desktop')
-rw-r--r-- | emacsterm.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emacsterm.desktop b/emacsterm.desktop new file mode 100644 index 0000000..e4acd4e --- /dev/null +++ b/emacsterm.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Emacs Term +Comment=Use Emacs as a terminal emulator +Exec=emacsterm -c +Icon=emacs +Type=Application +Terminal=false +StartupWMClass=Emacs + +Categories=System;TerminalEmulator; |