diff options
author | Marvin Borner | 2022-05-31 14:34:49 +0200 |
---|---|---|
committer | Marvin Borner | 2022-05-31 14:39:35 +0200 |
commit | a56b6a121b31b82dcf7279e6eea60bbca1852fc5 (patch) | |
tree | 7627bb839310c4a4a3632b378ebe87bc031f61ff /.local | |
parent | b8be82d9113dd0fec9021aa573039cc64dbd849a (diff) |
Sync
Diffstat (limited to '.local')
-rw-r--r-- | .local/share/applications/img.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/pdf.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/text.desktop | 5 | ||||
-rw-r--r-- | .local/share/applications/video.desktop | 4 |
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 |