Switched from firefox to librewolf
This commit is contained in:
parent
1d6d7c9d07
commit
8b4eeae6b0
@ -31,7 +31,7 @@
|
|||||||
"bitwarden"
|
"bitwarden"
|
||||||
"tailscale"
|
"tailscale"
|
||||||
"wireshark"
|
"wireshark"
|
||||||
"firefox"
|
"librewolf"
|
||||||
"ghostty"
|
"ghostty"
|
||||||
"discord"
|
"discord"
|
||||||
"barrier"
|
"barrier"
|
||||||
|
@ -40,7 +40,7 @@ tell application "Ghostty"
|
|||||||
end tell
|
end tell
|
||||||
EOF'''
|
EOF'''
|
||||||
cmd-shift-e = 'exec-and-forget /etc/profiles/per-user/*/bin/emacs'
|
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"'
|
cmd-shift-d = 'exec-and-forget open -n -a "Discord"'
|
||||||
|
|
||||||
# i3 wraps focus by default
|
# i3 wraps focus by default
|
||||||
|
@ -15,7 +15,7 @@ floating_modifier $mod
|
|||||||
|
|
||||||
# Application hot keys
|
# Application hot keys
|
||||||
bindsym $mod+Return exec "alacritty"
|
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+e exec "emacsclient -c"
|
||||||
bindsym $mod+Shift+d exec "vesktop"
|
bindsym $mod+Shift+d exec "vesktop"
|
||||||
bindsym $mod+Shift+t exec "thunar"
|
bindsym $mod+Shift+t exec "thunar"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
feh
|
feh
|
||||||
vlc
|
vlc
|
||||||
dconf
|
dconf
|
||||||
firefox
|
librewolf
|
||||||
vesktop
|
vesktop
|
||||||
zoom-us
|
zoom-us
|
||||||
twinkle
|
twinkle
|
||||||
@ -46,11 +46,11 @@
|
|||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"text/html" = ".desktop";
|
"text/html" = "librewolf.desktop";
|
||||||
"x-scheme-handler/http" = "firefox.desktop";
|
"x-scheme-handler/http" = "librewolf.desktop";
|
||||||
"x-scheme-handler/https" = "firefox.desktop";
|
"x-scheme-handler/https" = "librewolf.desktop";
|
||||||
"x-scheme-handler/about" = "firefox.desktop";
|
"x-scheme-handler/about" = "librewolf.desktop";
|
||||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
"x-scheme-handler/unknown" = "librewolf.desktop";
|
||||||
"application/pdf" = "okularApplication_pdf.desktop";
|
"application/pdf" = "okularApplication_pdf.desktop";
|
||||||
"text/plain" = "emacsclient.desktop";
|
"text/plain" = "emacsclient.desktop";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user