aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
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"