Switched to brave browser from firefox and qutebrowser
This commit is contained in:
parent
4e561f1e93
commit
f2b91181c5
@ -24,6 +24,7 @@
|
|||||||
casks = [
|
casks = [
|
||||||
"font-hack-nerd-font"
|
"font-hack-nerd-font"
|
||||||
"scroll-reverser"
|
"scroll-reverser"
|
||||||
|
"brave-browser"
|
||||||
"instantview"
|
"instantview"
|
||||||
"proton-mail"
|
"proton-mail"
|
||||||
"flameshot"
|
"flameshot"
|
||||||
@ -31,7 +32,6 @@
|
|||||||
"bitwarden"
|
"bitwarden"
|
||||||
"tailscale"
|
"tailscale"
|
||||||
"wireshark"
|
"wireshark"
|
||||||
"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 "Firefox"'
|
cmd-shift-f = 'exec-and-forget open -n -a "Brave"'
|
||||||
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 "qutebrowser"
|
bindsym $mod+Shift+f exec "brave"
|
||||||
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"
|
||||||
|
@ -27,6 +27,5 @@
|
|||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/ghostty/config".source = ../dotfiles/.config/ghostty/config;
|
".config/ghostty/config".source = ../dotfiles/.config/ghostty/config;
|
||||||
".config/qutebrowser/config.py".source = ../dotfiles/.config/qutebrowser/config.py;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,5 @@
|
|||||||
".config/rofi/config.rasi".source = ../dotfiles/.config/rofi/config.rasi;
|
".config/rofi/config.rasi".source = ../dotfiles/.config/rofi/config.rasi;
|
||||||
".config/polybar/config.ini".source = ../dotfiles/.config/polybar/config.ini;
|
".config/polybar/config.ini".source = ../dotfiles/.config/polybar/config.ini;
|
||||||
".config/alacritty/alacritty.toml".source = ../dotfiles/.config/alacritty/alacritty.toml;
|
".config/alacritty/alacritty.toml".source = ../dotfiles/.config/alacritty/alacritty.toml;
|
||||||
".config/qutebrowser/config.py".source = ../dotfiles/.config/qutebrowser/config.py;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
feh
|
feh
|
||||||
vlc
|
vlc
|
||||||
dconf
|
dconf
|
||||||
|
brave
|
||||||
okular
|
okular
|
||||||
vesktop
|
vesktop
|
||||||
zoom-us
|
zoom-us
|
||||||
@ -14,10 +15,8 @@
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
easyeffects
|
easyeffects
|
||||||
virt-viewer
|
virt-viewer
|
||||||
qutebrowser
|
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
protonmail-desktop
|
protonmail-desktop
|
||||||
bitwarden-desktop
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user