Update mime and git config
This commit is contained in:
parent
a4f24d9965
commit
5cd9d526df
2 changed files with 6 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
status = "auto";
|
status = "auto";
|
||||||
};
|
};
|
||||||
submodule.recurse = true;
|
submodule.recurse = true;
|
||||||
push.default = "simple";
|
push.default = "current";
|
||||||
pull.rebase = "true";
|
pull.rebase = "true";
|
||||||
branch.autosetuprebase = "always";
|
branch.autosetuprebase = "always";
|
||||||
log.follow = true;
|
log.follow = true;
|
||||||
|
|
|
@ -10,11 +10,12 @@
|
||||||
sheet-editor = [ "calc.desktop" ];
|
sheet-editor = [ "calc.desktop" ];
|
||||||
presentation-editor = [ "impress.desktop" ];
|
presentation-editor = [ "impress.desktop" ];
|
||||||
pdf = [ "org.gnome.Evince.desktop" ];
|
pdf = [ "org.gnome.Evince.desktop" ];
|
||||||
image = [ "org.gnome.eog.desktop" ];
|
image = [ "org.gnome.eog.desktop" "gimp.desktop" ];
|
||||||
image-vector = [ "org.inkscape.Inkscape.desktop" ];
|
image-vector = [ "org.inkscape.Inkscape.desktop" ];
|
||||||
ebooks = [ "calibre-ebook-viewer.desktop" ];
|
ebooks = [ "calibre-ebook-viewer.desktop" ];
|
||||||
code-general = [ "codium.desktop" ];
|
code-general = [ "codium.desktop" ];
|
||||||
video = [ "vlc.desktop" ];
|
video = [ "vlc.desktop" ];
|
||||||
|
compression = [ "org.gnome.Nautilus.desktop" ];
|
||||||
in {
|
in {
|
||||||
"text/html" = browser;
|
"text/html" = browser;
|
||||||
"x-scheme-handler/http" = browser;
|
"x-scheme-handler/http" = browser;
|
||||||
|
@ -51,9 +52,12 @@
|
||||||
"image/x-tga" = image;
|
"image/x-tga" = image;
|
||||||
"image/tiff" = image;
|
"image/tiff" = image;
|
||||||
"image/x-canon-cr2" = image;
|
"image/x-canon-cr2" = image;
|
||||||
|
"application/x-ptoptimizer-script" = [ "hugin.desktop" ];
|
||||||
"image/svg+xml" = image-vector;
|
"image/svg+xml" = image-vector;
|
||||||
|
|
||||||
"video/mp4" = video;
|
"video/mp4" = video;
|
||||||
|
|
||||||
|
"application/zip" = compression;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue