Switched from google chrome to firefox

This commit is contained in:
Random936
2024-12-30 08:46:37 -08:00
parent 94fba6481a
commit 1e97c512b1
4 changed files with 5 additions and 4 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 "Google Chrome"'
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 "google-chrome-stable"
bindsym $mod+Shift+f exec "firefox"
bindsym $mod+Shift+e exec "emacsclient -c"
bindsym $mod+Shift+d exec "discord"
bindsym $mod+Shift+t exec "thunar"