Switched from brave browser back to firefox
This commit is contained in:
parent
c9ba9713a2
commit
e74223ae07
@ -24,7 +24,6 @@
|
||||
casks = [
|
||||
"font-hack-nerd-font"
|
||||
"scroll-reverser"
|
||||
"brave-browser"
|
||||
"instantview"
|
||||
"proton-mail"
|
||||
"flameshot"
|
||||
@ -32,6 +31,7 @@
|
||||
"bitwarden"
|
||||
"tailscale"
|
||||
"wireshark"
|
||||
"firefox"
|
||||
"ghostty"
|
||||
"discord"
|
||||
"barrier"
|
||||
|
@ -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 "Brave"'
|
||||
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
|
||||
|
@ -15,9 +15,9 @@ floating_modifier $mod
|
||||
|
||||
# Application hot keys
|
||||
bindsym $mod+Return exec "alacritty"
|
||||
bindsym $mod+Shift+f exec "brave"
|
||||
bindsym $mod+Shift+f exec "firefox"
|
||||
bindsym $mod+Shift+e exec "emacsclient -c"
|
||||
bindsym $mod+Shift+d exec "discord"
|
||||
bindsym $mod+Shift+d exec "vesktop"
|
||||
bindsym $mod+Shift+t exec "thunar"
|
||||
bindsym $mod+Shift+s exec "flameshot gui"
|
||||
bindsym $mod+Shift+m exec "proton-mail"
|
||||
|
@ -3,10 +3,9 @@
|
||||
feh
|
||||
vlc
|
||||
dconf
|
||||
brave
|
||||
firefox
|
||||
vesktop
|
||||
zoom-us
|
||||
discord
|
||||
twinkle
|
||||
audacity
|
||||
flameshot
|
||||
@ -46,11 +45,11 @@
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"text/html" = "brave-browser.desktop";
|
||||
"x-scheme-handler/http" = "brave-browser.desktop";
|
||||
"x-scheme-handler/https" = "brave-browser.desktop";
|
||||
"x-scheme-handler/about" = "brave-browser.desktop";
|
||||
"x-scheme-handler/unknown" = "brave-browser.desktop";
|
||||
"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";
|
||||
"application/pdf" = "okularApplication_pdf.desktop";
|
||||
"text/plain" = "emacsclient.desktop";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user