aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorGravatar lvgx <l@vgx.fr>2020-03-31 22:59:21 +0200
committerGravatar GitHub <noreply@github.com>2020-04-01 02:29:21 +0530
commit6e6d3cba0ddacc30a52409ccd0c4a51e63b48136 (patch)
treeb12d47f1cabccbcf01faa65e07497594a9161cd2 /misc
parent47ec05565120a9637ec6d94fd1889b82d9fd93a0 (diff)
downloadnnn-6e6d3cba0ddacc30a52409ccd0c4a51e63b48136.tar.gz
Add .desktop file for XDG compatible DEs (#501)
Install with `make install-desktop` It now appears in application menus, search, etc. in XDG compatible desktop environments (like GNOME, KDE, ...).
Diffstat (limited to 'misc')
-rw-r--r--misc/desktop/nnn.desktop10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/desktop/nnn.desktop b/misc/desktop/nnn.desktop
new file mode 100644
index 0000000..48cb0d5
--- /dev/null
+++ b/misc/desktop/nnn.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Name=nnn
+Comment=Terminal file manager
+Exec=nnn
+Terminal=true
+Icon=utilities-terminal
+MimeType=inode/directory
+Categories=System;FileTools;FileManager;ConsoleOnly
+Keywords=File;Manager;Management;Explorer;Launcher