Set default browser to zen.desktop
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
# add more by listing them with `dconf read /org/gnome/shell/favorite-apps | sed "s/,//g; s/'/\"/g"` then copy pasting the output here
|
# add more by listing them with `dconf read /org/gnome/shell/favorite-apps | sed "s/,//g; s/'/\"/g"` then copy pasting the output here
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
"firefox.desktop"
|
"zen.desktop"
|
||||||
"org.gnome.Nautilus.desktop"
|
"org.gnome.Nautilus.desktop"
|
||||||
"com.spotify.Client.desktop"
|
"com.spotify.Client.desktop"
|
||||||
"FFPWA-01JPMJ4K0S7JZDT2469CKNY49H.desktop"
|
"FFPWA-01JPMJ4K0S7JZDT2469CKNY49H.desktop"
|
||||||
|
@@ -5,10 +5,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
# default browser
|
# default browser
|
||||||
"application/xhtml+xml" = [ "firefox.desktop" ];
|
"application/xhtml+xml" = [ "zen.desktop" ];
|
||||||
"text/html" = [ "firefox.desktop" ];
|
"text/html" = [ "zen.desktop" ];
|
||||||
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
"x-scheme-handler/http" = [ "zen.desktop" ];
|
||||||
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
"x-scheme-handler/https" = [ "zen.desktop" ];
|
||||||
|
|
||||||
# Geary
|
# Geary
|
||||||
"x-scheme-handler/mailto" = [ "org.gnome.Geary.desktop" ];
|
"x-scheme-handler/mailto" = [ "org.gnome.Geary.desktop" ];
|
||||||
|
Reference in New Issue
Block a user