feat: update Zen browser version to 1.12.3b; change default browser to Firefox in dconf and default apps configuration
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
|
||||
"org/gnome/shell" = {
|
||||
favorite-apps = [
|
||||
"zen.desktop"
|
||||
"firefox.desktop"
|
||||
"nemo.desktop"
|
||||
"com.spotify.Client.desktop"
|
||||
"signal-desktop.desktop"
|
||||
|
@@ -5,10 +5,10 @@
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
# default browser
|
||||
"application/xhtml+xml" = [ "zen.desktop" ];
|
||||
"text/html" = [ "zen.desktop" ];
|
||||
"x-scheme-handler/http" = [ "zen.desktop" ];
|
||||
"x-scheme-handler/https" = [ "zen.desktop" ];
|
||||
"application/xhtml+xml" = [ "firefox.desktop" ];
|
||||
"text/html" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||
|
||||
# default file manager
|
||||
"inode/directory" = [ "nemo.desktop" ];
|
||||
|
Reference in New Issue
Block a user