From a56b6a121b31b82dcf7279e6eea60bbca1852fc5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 31 May 2022 14:34:49 +0200 Subject: Sync --- .local/share/applications/img.desktop | 4 ++++ .local/share/applications/pdf.desktop | 4 ++++ .local/share/applications/text.desktop | 5 +++++ .local/share/applications/video.desktop | 4 ++++ 4 files changed, 17 insertions(+) create mode 100644 .local/share/applications/img.desktop create mode 100644 .local/share/applications/pdf.desktop create mode 100644 .local/share/applications/text.desktop create mode 100644 .local/share/applications/video.desktop (limited to '.local/share') 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 -- cgit v1.2.3