diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-09 14:29:59 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-09 14:29:59 -0500 |
| commit | 3bdd14e69dc55dc2446251518a2528b08674f8e7 (patch) | |
| tree | 0fd23f11999722cfd918e1f747f3bd8aaef45fc0 /.local | |
| parent | 3f27b5c1ebbf6b05313804ec9371fbfed3942d3a (diff) | |
| download | eibhear-3bdd14e69dc55dc2446251518a2528b08674f8e7.tar.gz eibhear-3bdd14e69dc55dc2446251518a2528b08674f8e7.tar.zst eibhear-3bdd14e69dc55dc2446251518a2528b08674f8e7.zip | |
gif handling with xdg-open
Diffstat (limited to '.local')
| -rw-r--r-- | .local/share/applications/gif.desktop | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/applications/gif.desktop b/.local/share/applications/gif.desktop new file mode 100644 index 0000000..366fd94 --- /dev/null +++ b/.local/share/applications/gif.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Animated gif handler +Exec=/usr/bin/mpv --loop %u |
