aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-09-06 14:17:06 +0300
committerawy <awy@awy.one>2025-09-06 14:17:06 +0300
commite0f1068fc309382b4cec829d985e52a8f1ec3565 (patch)
tree2ef391d5292cb366672c27b240f4bd789fc2d1b1 /.config/shell/profile
parent9f9b115c8df4e7916504e2444c15f12c0c5cb157 (diff)
downloadhyprdots-e0f1068fc309382b4cec829d985e52a8f1ec3565.tar.gz
update
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 3493aae..809b290 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -14,7 +14,7 @@ export MANPAGER='nvim +Man!'
export TERMINAL="footclient"
export TERMINAL_PROG="footclient"
export TERMCMD="footclient"
-export BROWSER="librewolf"
+export BROWSER="firefox"
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
@@ -108,6 +108,7 @@ export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS"
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676"
export BAT_THEME="gruvbox-dark"
export GTK_USE_PORTAL=1
+export ENABLE_HDR_WSI=1
[ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1