From b394c5f772e26fdb22e3a6fdb5424eb7217d1324 Mon Sep 17 00:00:00 2001 From: Axel <14095200+codegax@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:11:07 +0000 Subject: Added video.desktop file. (#1288) Updated mimeapps.list to include mp4 files. Closes #1271 --- .local/share/applications/video.desktop | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .local/share/applications/video.desktop (limited to '.local/share') diff --git a/.local/share/applications/video.desktop b/.local/share/applications/video.desktop new file mode 100644 index 0000000..a29a0b1 --- /dev/null +++ b/.local/share/applications/video.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Video viewer +Exec=/usr/bin/mpv -quiet %f -- cgit v1.3.1