diff options
| -rw-r--r-- | .config/shell/profile | 4 | 
1 files changed, 2 insertions, 2 deletions
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  |