gif handling with xdg-open
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user