Switched from google chrome to firefox
This commit is contained in:
parent
94fba6481a
commit
1e97c512b1
@ -22,13 +22,14 @@
|
|||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"font-hack-nerd-font"
|
"font-hack-nerd-font"
|
||||||
|
"proton-mail-bridge"
|
||||||
"scroll-reverser"
|
"scroll-reverser"
|
||||||
"google-chrome"
|
|
||||||
"instantview"
|
"instantview"
|
||||||
"flameshot"
|
"flameshot"
|
||||||
"aerospace"
|
"aerospace"
|
||||||
"bitwarden"
|
"bitwarden"
|
||||||
"tailscale"
|
"tailscale"
|
||||||
|
"firefox"
|
||||||
"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 "Google Chrome"'
|
cmd-shift-f = 'exec-and-forget open -n -a "Firefox"'
|
||||||
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 "google-chrome-stable"
|
bindsym $mod+Shift+f exec "firefox"
|
||||||
bindsym $mod+Shift+e exec "emacsclient -c"
|
bindsym $mod+Shift+e exec "emacsclient -c"
|
||||||
bindsym $mod+Shift+d exec "discord"
|
bindsym $mod+Shift+d exec "discord"
|
||||||
bindsym $mod+Shift+t exec "thunar"
|
bindsym $mod+Shift+t exec "thunar"
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
dconf
|
dconf
|
||||||
docker
|
docker
|
||||||
barrier
|
barrier
|
||||||
|
firefox
|
||||||
flameshot
|
flameshot
|
||||||
pavucontrol
|
pavucontrol
|
||||||
virt-viewer
|
virt-viewer
|
||||||
google-chrome
|
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user