Switched from brave browser back to firefox

This commit is contained in:
Random936
2025-04-11 16:42:12 -07:00
parent c9ba9713a2
commit e74223ae07
4 changed files with 10 additions and 11 deletions

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

View File

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