commit f83cc1f121b804468e77c5fd315568a7932cf508 parent d63bedecec45b3f5c531b512ff338f0034c1f876 Author: Luke Smith <luke@lukesmith.xyz> Date: Sat, 8 Feb 2020 10:39:09 -0500 lf desktop entry added Diffstat:
M | .config/mimeapps.list | | | 9 | ++++++++- |
A | .local/share/applications/file.desktop | | | 4 | ++++ |
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.config/mimeapps.list b/.config/mimeapps.list @@ -1,12 +1,19 @@ [Default Applications] + +# xdg-open will use these settings to determine how to open filetypes. +# These .desktop entries can also be seen and changed in ~/.local/share/applications/ + +text/x-shellscript=text.desktop; x-scheme-handler/magnet=torrent.desktop; application/x-bittorrent=torrent.desktop; x-scheme-handler/mailto=mail.desktop; text/plain=text.desktop; -text/x-shellscript=text.desktop; application/postscript=pdf.desktop; application/pdf=pdf.desktop; image/png=img.desktop; image/jpeg=img.desktop; image/gif=img.desktop; application/rss+xml=rss.desktop +video/x-matroska=video.desktop +x-scheme-handler/lbry=lbry.desktop +inode/directory=file.desktop diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=File Manager +Exec=/usr/local/bin/st -e lf %u