Fix thunar archiving - added FileRoller to mimeapps
Remove Teams waybar rewrite due to buggy behaviour
This commit is contained in:
parent
9bef3a3f11
commit
0d8bc81ef2
|
@ -48,15 +48,16 @@ in
|
||||||
"application/pdf" = [ "org.pwmt.zathura.desktop" ];
|
"application/pdf" = [ "org.pwmt.zathura.desktop" ];
|
||||||
"application/epub+zip" = [ "org.pwmt.zathura.desktop" ];
|
"application/epub+zip" = [ "org.pwmt.zathura.desktop" ];
|
||||||
"application/msword" = [ "writer.desktop" ];
|
"application/msword" = [ "writer.desktop" ];
|
||||||
"application/zip" = [ "xarchiver.desktop" ];
|
"application/zip" = [ "org.gnome.FileRoller.desktop" ];
|
||||||
|
|
||||||
|
"application/x-archive" = [ "org.gnome.FileRoller.desktop" ];
|
||||||
"application/x-extension-htm" = browser;
|
"application/x-extension-htm" = browser;
|
||||||
"application/x-extension-html" = browser;
|
"application/x-extension-html" = browser;
|
||||||
"application/x-extension-shtml" = browser;
|
"application/x-extension-shtml" = browser;
|
||||||
"application/x-extension-xhtml" = browser;
|
"application/x-extension-xhtml" = browser;
|
||||||
"application/x-extension-xht" = browser;
|
"application/x-extension-xht" = browser;
|
||||||
"application/x-mozilla-bookmarks" = browser;
|
"application/x-mozilla-bookmarks" = browser;
|
||||||
"application/x-zoom" = [ "Zoom.desktop" ] ++ browser;
|
"application/x-zoom" = browser;
|
||||||
|
|
||||||
"x-scheme-handler/http" = browser;
|
"x-scheme-handler/http" = browser;
|
||||||
"x-scheme-handler/https" = browser;
|
"x-scheme-handler/https" = browser;
|
||||||
|
|
|
@ -80,7 +80,6 @@
|
||||||
"(.*) - Blender.* " = " $1";
|
"(.*) - Blender.* " = " $1";
|
||||||
"(X2Go Client)" = " $1";
|
"(X2Go Client)" = " $1";
|
||||||
"(NoMachine|Nxplayer.bin) (.*)" = " $1 $2";
|
"(NoMachine|Nxplayer.bin) (.*)" = " $1 $2";
|
||||||
"(.*) \| Microsoft Teams" = " ($1)";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
|
|
Loading…
Reference in a new issue