diff options
| author | Axel <14095200+codegax@users.noreply.github.com> | 2023-03-20 12:11:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-20 12:11:07 +0000 |
| commit | b394c5f772e26fdb22e3a6fdb5424eb7217d1324 (patch) | |
| tree | 6f1da7dfe0f921cc4d67cfd798d56f0538f2e96b /.local/share/applications/video.desktop | |
| parent | 37930fdf573c4834e080c4a2ea94706c5465071c (diff) | |
| download | eibhear-b394c5f772e26fdb22e3a6fdb5424eb7217d1324.tar.gz eibhear-b394c5f772e26fdb22e3a6fdb5424eb7217d1324.tar.zst eibhear-b394c5f772e26fdb22e3a6fdb5424eb7217d1324.zip | |
Added video.desktop file. (#1288)
Updated mimeapps.list to include mp4 files.
Closes #1271
Diffstat (limited to '.local/share/applications/video.desktop')
| -rw-r--r-- | .local/share/applications/video.desktop | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
