Revert "Switched from firefox to librewolf"; fix typo

This reverts commit 8b4eeae6b0b81052783fad7a27f8e273657b9a64.
This commit is contained in:
Random936 2025-05-01 21:45:01 -07:00
parent 8b4eeae6b0
commit e6b920dee2
4 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@
"bitwarden"
"tailscale"
"wireshark"
"librewolf"
"firefox"
"ghostty"
"discord"
"barrier"

View File

@ -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

View File

@ -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"

View File

@ -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";
};