gif handling with xdg-open
This commit is contained in:
parent
3f27b5c1eb
commit
3bdd14e69d
2 changed files with 5 additions and 0 deletions
|
@ -5,3 +5,4 @@ text/plain=vim.desktop;
|
|||
application/pdf=zathura.desktop;
|
||||
image/png=feh.desktop;
|
||||
image/jpeg=feh.desktop;
|
||||
image/gif=gif.desktop;
|
||||
|
|
4
.local/share/applications/gif.desktop
Normal file
4
.local/share/applications/gif.desktop
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Animated gif handler
|
||||
Exec=/usr/bin/mpv --loop %u
|
Loading…
Reference in a new issue