Add flatpak autoupdate and set Zen as default browser
This commit is contained in:
parent
91d06b500d
commit
0f48f2e29f
2 changed files with 39 additions and 20 deletions
|
|
@ -152,16 +152,16 @@
|
|||
"x-scheme-handler/discord-402572971681644545" = [ "discord-402572971681644545.desktop" ];
|
||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||
"x-scheme-handler/magnet" = [ "userapp-transmission-gtk-B3E3L2.desktop" ];
|
||||
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/chrome" = [ "firefox.desktop" ];
|
||||
"text/html" = [ "firefox.desktop" ];
|
||||
"application/x-extension-htm" = [ "firefox.desktop" ];
|
||||
"application/x-extension-html" = [ "firefox.desktop" ];
|
||||
"application/x-extension-shtml" = [ "firefox.desktop" ];
|
||||
"application/xhtml+xml" = [ "firefox.desktop" ];
|
||||
"application/x-extension-xhtml" = [ "firefox.desktop" ];
|
||||
"application/x-extension-xht" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ];
|
||||
"x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ];
|
||||
"x-scheme-handler/chrome" = [ "app.zen_browser.zen.desktop" ];
|
||||
"text/html" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-htm" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-html" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-shtml" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/xhtml+xml" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-xhtml" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-xht" = [ "app.zen_browser.zen.desktop" ];
|
||||
"image/png" = [ "org.gnome.eog.desktop" ];
|
||||
"image/svg+xml" = [ "org.inkscape.Inkscape.desktop" ];
|
||||
"image/jpeg" = [ "org.gnome.eog.desktop" ];
|
||||
|
|
@ -170,16 +170,16 @@
|
|||
associations.added = {
|
||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||
"x-scheme-handler/magnet" = [ "userapp-transmission-gtk-B3E3L2.desktop" ];
|
||||
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/chrome" = [ "firefox.desktop" ];
|
||||
"text/html" = [ "firefox.desktop" ];
|
||||
"application/x-extension-htm" = [ "firefox.desktop" ];
|
||||
"application/x-extension-html" = [ "firefox.desktop" ];
|
||||
"application/x-extension-shtml" = [ "firefox.desktop" ];
|
||||
"application/xhtml+xml" = [ "firefox.desktop" ];
|
||||
"application/x-extension-xhtml" = [ "firefox.desktop" ];
|
||||
"application/x-extension-xht" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ];
|
||||
"x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ];
|
||||
"x-scheme-handler/chrome" = [ "app.zen_browser.zen.desktop" ];
|
||||
"text/html" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-htm" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-html" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-shtml" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/xhtml+xml" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-xhtml" = [ "app.zen_browser.zen.desktop" ];
|
||||
"application/x-extension-xht" = [ "app.zen_browser.zen.desktop" ];
|
||||
"image/png" = [ "org.gnome.eog.desktop" ];
|
||||
"application/x-partial-download" = [ "mpv.desktop" ];
|
||||
"image/svg+xml" = [ "org.inkscape.Inkscape.desktop" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue