diff options
Diffstat (limited to 'hm/conf')
| -rw-r--r-- | hm/conf/xdg-mime.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hm/conf/xdg-mime.nix b/hm/conf/xdg-mime.nix index 05b85a2..3f58e9f 100644 --- a/hm/conf/xdg-mime.nix +++ b/hm/conf/xdg-mime.nix @@ -15,7 +15,7 @@ in "image/png" = [ "nsxiv.desktop" ]; "image/jpeg" = [ "nsxiv.desktop" ]; - "image/gif" = [ "nsxiv.desktop" ]; + "image/gif" = [ "mpv.desktop" ]; "image/webp" = [ "nsxiv.desktop" ]; "image/bmp" = [ "nsxiv.desktop" ]; @@ -29,11 +29,11 @@ in "audio/wav" = [ "mpv.desktop" ]; "audio/ogg" = [ "mpv.desktop" ]; - "text/html" = [ "firefox.desktop" ]; + "text/html" = [ "librewolf.desktop" ]; "x-scheme-handler/terminal" = [ "foot.desktop" ]; - "x-scheme-handler/http" = [ "firefox.desktop" ]; - "x-scheme-handler/https" = [ "firefox.desktop" ]; - "inode/directory" = [ "thunar.desktop" ]; + "x-scheme-handler/http" = [ "librewolf.desktop" ]; + "x-scheme-handler/https" = [ "librewolf.desktop" ]; + "inode/directory" = [ "pcmanfm.desktop" ]; }; }; terminal-exec = { |
