aboutsummaryrefslogtreecommitdiff
path: root/.local/share/applications
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/applications')
-rw-r--r--.local/share/applications/img.desktop4
-rw-r--r--.local/share/applications/pdf.desktop4
-rw-r--r--.local/share/applications/text.desktop5
-rw-r--r--.local/share/applications/video.desktop4
4 files changed, 17 insertions, 0 deletions
diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop
new file mode 100644
index 0000000..42aa81e
--- /dev/null
+++ b/.local/share/applications/img.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=Application
+Name=Image viewer
+Exec=/usr/bin/sxiv -a %f
diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop
new file mode 100644
index 0000000..cd1a8a5
--- /dev/null
+++ b/.local/share/applications/pdf.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=Application
+Name=PDF viewer
+Exec=/usr/bin/zathura %u
diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop
new file mode 100644
index 0000000..8cbff40
--- /dev/null
+++ b/.local/share/applications/text.desktop
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Application
+Name=Text viewer
+Exec=/usr/local/bin/mlterm -e vim %u
+#Exec=$TERM -e $EDITOR %u
diff --git a/.local/share/applications/video.desktop b/.local/share/applications/video.desktop
new file mode 100644
index 0000000..8677607
--- /dev/null
+++ b/.local/share/applications/video.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=Application
+Name=Video viewer
+Exec=/usr/bin/mpv %f