diff --git a/home/environments/xfce/xfconf.nix b/home/environments/xfce/xfconf.nix index f4b12504..0d7ec317 100644 --- a/home/environments/xfce/xfconf.nix +++ b/home/environments/xfce/xfconf.nix @@ -23,6 +23,7 @@ _: { }; xfce4-notifyd = { "theme" = "Chicago95"; + "notify-location" = "bottom-right"; }; }; diff --git a/home/profiles/graphical/firefox.nix b/home/profiles/graphical/firefox.nix index fec60ef8..785eebc4 100644 --- a/home/profiles/graphical/firefox.nix +++ b/home/profiles/graphical/firefox.nix @@ -34,7 +34,6 @@ refined-github stylus temporary-containers - tree-style-tab multi-account-containers ublock-origin violentmonkey @@ -151,7 +150,13 @@ "xpinstall.signatures.required" = false; "general.smoothScroll" = false; "general.warnOnAboutConfig" = false; + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; }; + userChrome = '' +#urlbar { + font-family: "Monaspace Krypton", monospace; +} + ''; }; }; };