diff --git a/config/darwin.nix b/config/darwin.nix index 91737da..033e52c 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -31,7 +31,7 @@ "bitwarden" "tailscale" "wireshark" - "firefox" + "librewolf" "ghostty" "discord" "barrier" diff --git a/dotfiles/.aerospace.toml b/dotfiles/.aerospace.toml index d2f5abe..ec0901d 100644 --- a/dotfiles/.aerospace.toml +++ b/dotfiles/.aerospace.toml @@ -40,7 +40,7 @@ tell application "Ghostty" end tell EOF''' cmd-shift-e = 'exec-and-forget /etc/profiles/per-user/*/bin/emacs' -cmd-shift-f = 'exec-and-forget open -n -a "Firefox"' +cmd-shift-f = 'exec-and-forget open -n -a "Librewolf"' cmd-shift-d = 'exec-and-forget open -n -a "Discord"' # i3 wraps focus by default diff --git a/dotfiles/.config/i3/config b/dotfiles/.config/i3/config index dbb8502..1dbd21d 100644 --- a/dotfiles/.config/i3/config +++ b/dotfiles/.config/i3/config @@ -15,7 +15,7 @@ floating_modifier $mod # Application hot keys bindsym $mod+Return exec "alacritty" -bindsym $mod+Shift+f exec "firefox" +bindsym $mod+Shift+f exec "librewolf" bindsym $mod+Shift+e exec "emacsclient -c" bindsym $mod+Shift+d exec "vesktop" bindsym $mod+Shift+t exec "thunar" diff --git a/home/modules/gui-apps.nix b/home/modules/gui-apps.nix index 3e3edc0..fdc0590 100644 --- a/home/modules/gui-apps.nix +++ b/home/modules/gui-apps.nix @@ -3,7 +3,7 @@ feh vlc dconf - firefox + librewolf vesktop zoom-us twinkle @@ -46,11 +46,11 @@ xdg.mimeApps = { enable = true; defaultApplications = { - "text/html" = ".desktop"; - "x-scheme-handler/http" = "firefox.desktop"; - "x-scheme-handler/https" = "firefox.desktop"; - "x-scheme-handler/about" = "firefox.desktop"; - "x-scheme-handler/unknown" = "firefox.desktop"; + "text/html" = "librewolf.desktop"; + "x-scheme-handler/http" = "librewolf.desktop"; + "x-scheme-handler/https" = "librewolf.desktop"; + "x-scheme-handler/about" = "librewolf.desktop"; + "x-scheme-handler/unknown" = "librewolf.desktop"; "application/pdf" = "okularApplication_pdf.desktop"; "text/plain" = "emacsclient.desktop"; };