diff options
author | awy <awy@awy.one> | 2025-09-06 14:17:06 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-06 14:17:06 +0300 |
commit | e0f1068fc309382b4cec829d985e52a8f1ec3565 (patch) | |
tree | 2ef391d5292cb366672c27b240f4bd789fc2d1b1 /.config/shell | |
parent | 9f9b115c8df4e7916504e2444c15f12c0c5cb157 (diff) | |
download | hyprdots-e0f1068fc309382b4cec829d985e52a8f1ec3565.tar.gz |
update
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 |