aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2026-01-24 21:21:06 +0530
committerkrolyxon <krolyxon@tutanota.com>2026-01-24 21:21:06 +0530
commit242776dedab6327c37547677b83f18dd94c12e3d (patch)
tree55a28efdb6337c7c00ebe9d858c53c1d10685346 /.config
parent57dab0ae72c41208d883cabe2059d813643e42c5 (diff)
switch to brave
Why? Zen browser was amazing, but motherfuckers had to fucking fuck it up by adding the synced tabs on all windows, and guess what? you can't even fucking disable it.
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf2
-rw-r--r--.config/shell/profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 0ed3e03..504b032 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -4,7 +4,7 @@ autogenerated = 0
# 1. PROGRAMS
$terminal = foot
$menu = fuzzel
-$browser = zen-browser
+$browser = brave
$passwordmanager = keepmenu
# 2. AUTOSTART
diff --git a/.config/shell/profile b/.config/shell/profile
index e8da8f9..b5b5b91 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -3,7 +3,7 @@
export EDITOR="nvim"
export TERMINAL="foot"
export TERMINAL_PROG="foot"
-export BROWSER="zen-browser"
+export BROWSER="brave"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"