From f73ff09f89df7f409c0e8dc3396f37dbd89b639a Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 16 Aug 2025 00:36:10 +0300 Subject: gentoo specific --- .config/shell/profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/shell/profile') diff --git a/.config/shell/profile b/.config/shell/profile index ee4854f..c2abd95 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -13,7 +13,8 @@ export EDITOR="nvim" export MANPAGER='nvim +Man!' export TERMINAL="footclient" export TERMINAL_PROG="footclient" -export BROWSER="icecat" +export TERMCMD="footclient" +export BROWSER="librewolf" unset SSH_AGENT_PID if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then @@ -87,4 +88,4 @@ export BAT_THEME="gruvbox-dark" [ ! -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 dbus-run-session Hyprland +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec ~/.config/hypr/start.sh -- cgit v1.2.3