From 42966e3e531b8e46e4ab31480d45aa7a141f19ce Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 5 May 2022 17:32:35 +0000 Subject: added config files, and nsxiv --- nsxiv/nsxiv.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nsxiv/nsxiv.desktop (limited to 'nsxiv/nsxiv.desktop') diff --git a/nsxiv/nsxiv.desktop b/nsxiv/nsxiv.desktop new file mode 100644 index 0000000..de90437 --- /dev/null +++ b/nsxiv/nsxiv.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=nsxiv +GenericName=Image Viewer +Exec=nsxiv %F +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-tga;image/x-xpixmap;image/webp;image/heic;image/svg+xml;application/postscript;image/jp2;image/jxl;image/avif;image/heif; +NoDisplay=true +Icon=nsxiv -- cgit v1.2.3