From 6c4632d386f8b8b3e96302bd14dfe66cd9d284e2 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 11 Oct 2025 10:43:58 +0200 Subject: [PATCH] Rename firefox -> librewolf, remove themeing which wasnt working anyway and fix sway keybinding for opening librewolf --- nix/home/common/{firefox.nix => librewolf.nix} | 9 --------- nix/home/default.nix | 2 +- sway/config | 2 +- 3 files changed, 2 insertions(+), 11 deletions(-) rename nix/home/common/{firefox.nix => librewolf.nix} (90%) diff --git a/nix/home/common/firefox.nix b/nix/home/common/librewolf.nix similarity index 90% rename from nix/home/common/firefox.nix rename to nix/home/common/librewolf.nix index 515b617..dbf592c 100644 --- a/nix/home/common/firefox.nix +++ b/nix/home/common/librewolf.nix @@ -55,15 +55,6 @@ in profiles.default = { isDefault = true; name = "DefaultProfile"; - userChrome = '' - @import "theme/nordic-theme.css"; - @import "theme/hide-single-tab.css"; - @import "theme/matching-autocomplete-width.css"; - @import "theme/system-icons.css"; - @import "theme/symbolic-tab-icons.css"; - - @import "customChrome.css"; - ''; bookmarks = { force = true; diff --git a/nix/home/default.nix b/nix/home/default.nix index 074ae58..a9ebff9 100644 --- a/nix/home/default.nix +++ b/nix/home/default.nix @@ -68,7 +68,7 @@ in { imports = [ ./common/colorsync_services.nix - ./common/firefox.nix + ./common/librewolf.nix ]; home = { diff --git a/sway/config b/sway/config index ed6270c..0521d92 100644 --- a/sway/config +++ b/sway/config @@ -83,7 +83,7 @@ set $update_status_bar /run/current-system/sw/bin/kill -s 42 $(cat $status_pid_f bindsym $mod+Return exec $term # Open browser - bindsym $mod+b exec qutebrowser + bindsym $mod+b exec librewolf # Open audio control bindsym $mod+a exec pavucontrol --tab 1