From e7aed9e785be7869b9f3c3ecf5ba3f893413e21c Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 6 Apr 2024 12:25:02 -0700 Subject: [PATCH] misc: firefox tst removal, ... --- home/environments/xfce/xfconf.nix | 1 + home/profiles/graphical/firefox.nix | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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; +} + ''; }; }; };