summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-27 15:57:26 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-11-27 15:57:26 -0500
commitd74e4f1e6a7b1a083476e8515a151f22a9b3a47b (patch)
tree8a747942983a538ddd5fe4a6a4bd8b95732cb939
parent819dbc249f112e966dbcff8b699df174b92bee0a (diff)
downloadeibhear-d74e4f1e6a7b1a083476e8515a151f22a9b3a47b.tar.gz
eibhear-d74e4f1e6a7b1a083476e8515a151f22a9b3a47b.tar.zst
eibhear-d74e4f1e6a7b1a083476e8515a151f22a9b3a47b.zip
mimeapps added
-rw-r--r--.config/mimeapps.list6
-rw-r--r--.local/share/applications/feh.desktop4
-rw-r--r--.local/share/applications/vim.desktop4
-rw-r--r--.local/share/applications/zathura.desktop4
4 files changed, 17 insertions, 1 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list
index 0b7dcfa..43bf715 100644
--- a/.config/mimeapps.list
+++ b/.config/mimeapps.list
@@ -1,3 +1,7 @@
[Default Applications]
-x-scheme-handler/magnet=transmission-remote.desktop
+x-scheme-handler/magnet=transmission-remote.desktop;
x-scheme-handler/mailto=mutt.desktop;
+text/plain=vim.desktop;
+application/pdf=zathura.desktop;
+image/png=feh.desktop;
+image/jpeg=feh.desktop;
diff --git a/.local/share/applications/feh.desktop b/.local/share/applications/feh.desktop
new file mode 100644
index 0000000..be3de36
--- /dev/null
+++ b/.local/share/applications/feh.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=Application
+Name=feh image viewer
+Exec=/usr/bin/feh %u
diff --git a/.local/share/applications/vim.desktop b/.local/share/applications/vim.desktop
new file mode 100644
index 0000000..963303e
--- /dev/null
+++ b/.local/share/applications/vim.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=Application
+Name=Vim
+Exec=/usr/local/bin/st -e vim %u
diff --git a/.local/share/applications/zathura.desktop b/.local/share/applications/zathura.desktop
new file mode 100644
index 0000000..21e8c2b
--- /dev/null
+++ b/.local/share/applications/zathura.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=Application
+Name=Zathura PDF reader
+Exec=/usr/bin/zathura %u