From e0f1068fc309382b4cec829d985e52a8f1ec3565 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 6 Sep 2025 14:17:06 +0300 Subject: update --- .config/shell/profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/shell/profile') 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 -- cgit v1.2.3