diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-04-17 17:48:51 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-04-17 17:48:51 +0200 |
commit | 45f4f6d3c48c27d36f4ea7942c7a0d98f6871a24 (patch) | |
tree | 2567151deafdf5ff44d1185023f9c15d763da311 /sxiv.desktop | |
parent | bca3666862bc6ab717ba25ecc9173eb0e9e6ba80 (diff) |
Add desktop file and appropriate lines to Makefile.
Diffstat (limited to 'sxiv.desktop')
-rw-r--r-- | sxiv.desktop | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sxiv.desktop b/sxiv.desktop new file mode 100644 index 0000000..a981171 --- /dev/null +++ b/sxiv.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=sxiv +GenericName=Image Viewer +Exec=sxiv %F +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp; +NoDisplay=true |