From 6ea7de802aa09be503c677fc9c28dfa710c6f5b8 Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 18 Sep 2025 02:33:01 +0300 Subject: update --- .config/shell/profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile index 809b290..b172d9e 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="firefox" +export BROWSER="icecat" unset SSH_AGENT_PID if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then @@ -113,4 +113,4 @@ export ENABLE_HDR_WSI=1 [ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1 # Start graphical server on user's current tty if not already running. -[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec ~/.config/hypr/start.sh +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec dbus-run-session Hyprland -- cgit v1.2.3