Rename firefox -> librewolf, remove themeing which wasnt working anyway and fix sway keybinding for opening librewolf

This commit is contained in:
Martin Larsson 2025-10-11 10:43:58 +02:00
parent 18880ce370
commit 6c4632d386
3 changed files with 2 additions and 11 deletions

View file

@ -55,15 +55,6 @@ in
profiles.default = { profiles.default = {
isDefault = true; isDefault = true;
name = "DefaultProfile"; 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 = { bookmarks = {
force = true; force = true;

View file

@ -68,7 +68,7 @@ in
{ {
imports = [ imports = [
./common/colorsync_services.nix ./common/colorsync_services.nix
./common/firefox.nix ./common/librewolf.nix
]; ];
home = { home = {

View file

@ -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 bindsym $mod+Return exec $term
# Open browser # Open browser
bindsym $mod+b exec qutebrowser bindsym $mod+b exec librewolf
# Open audio control # Open audio control
bindsym $mod+a exec pavucontrol --tab 1 bindsym $mod+a exec pavucontrol --tab 1