diff options
author | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2024-03-13 13:12:36 +0000 |
---|---|---|
committer | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2024-03-13 13:12:36 +0000 |
commit | aaea16532b567d910ec9e14a6d334537b0944d4a (patch) | |
tree | fb8d5b3ad56a58ec1ce25cf6a5b28b0897d35bf4 | |
parent | 7ae5b35a2d97d4e5733fa3805cdf12dbeaa4eb98 (diff) | |
download | dotfiles-aaea16532b567d910ec9e14a6d334537b0944d4a.tar.gz dotfiles-aaea16532b567d910ec9e14a6d334537b0944d4a.tar.bz2 dotfiles-aaea16532b567d910ec9e14a6d334537b0944d4a.zip |
Use librewolf to open svg files
-rw-r--r-- | home/.config/mimeapps.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/mimeapps.list b/home/.config/mimeapps.list index f3290b8..045c11a 100644 --- a/home/.config/mimeapps.list +++ b/home/.config/mimeapps.list @@ -63,6 +63,7 @@ image/x-nikon-nef=sxiv.desktop image/jpeg=sxiv.desktop image/png=sxiv.desktop image/gif=mpv.desktop +image/svg+xml=librewolf.desktop text/markdown=nvim.desktop text/plain=nvim.desktop text/x-python=nvim.desktop |