diff options
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/profile | 3 |
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 |