From e0f1068fc309382b4cec829d985e52a8f1ec3565 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 6 Sep 2025 14:17:06 +0300 Subject: update --- .config/btop/btop.conf | 2 +- .config/shell/profile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index f613f1b..73ee32f 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -10,7 +10,7 @@ graph_symbol_mem = "default" graph_symbol_net = "default" graph_symbol_proc = "default" shown_boxes = "mem net proc cpu" -update_ms = 2000 +update_ms = 1000 proc_sorting = "memory" proc_reversed = False proc_tree = False 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