diff --git a/config/darwin.nix b/config/darwin.nix index 033e52c..91737da 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -31,7 +31,7 @@ "bitwarden" "tailscale" "wireshark" - "librewolf" + "firefox" "ghostty" "discord" "barrier" diff --git a/dotfiles/.aerospace.toml b/dotfiles/.aerospace.toml index ec0901d..d2f5abe 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 "Librewolf"' +cmd-shift-f = 'exec-and-forget open -n -a "Firefox"' 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 1dbd21d..dbb8502 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 "librewolf" +bindsym $mod+Shift+f exec "firefox" 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 fdc0590..c5a6d28 100644 --- a/home/modules/gui-apps.nix +++ b/home/modules/gui-apps.nix @@ -3,7 +3,7 @@ feh vlc dconf - librewolf + firefox vesktop zoom-us twinkle @@ -46,11 +46,11 @@ xdg.mimeApps = { enable = true; defaultApplications = { - "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"; + "text/html" = "firefox.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"; "application/pdf" = "okularApplication_pdf.desktop"; "text/plain" = "emacsclient.desktop"; };