diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-03 01:42:17 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-03 01:42:17 -0700 |
commit | 929d76d8b6c0494072cf78c61cd4bab1c7d966d2 (patch) | |
tree | aa3293f9e636bb9f8dd4fd47c26a9a4916e52044 /.config/mimeapps.list | |
parent | 4cfa508c3077006e800a841074363882cb7f3965 (diff) |
switch from sxiv to nsxiv
Diffstat (limited to '.config/mimeapps.list')
-rw-r--r-- | .config/mimeapps.list | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 36410767..e075a567 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -3,7 +3,7 @@ # but if you what to create new .desktop desktop entries with new name, you need to put it in ~/.local/share/applications/ [Default Applications] -image/gif=sxiv.desktop; -image/png=sxiv.desktop; -image/jpeg=sxiv.desktop; +image/gif=nsxiv.desktop; +image/png=nsxiv.desktop; +image/jpeg=nsxiv.desktop; application/pdf=okularApplication_pdf.desktop; |