diff options
author | awy <awy@awy.one> | 2025-09-18 02:33:01 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-18 02:33:01 +0300 |
commit | 6ea7de802aa09be503c677fc9c28dfa710c6f5b8 (patch) | |
tree | bae13815437042d234abef11675250750184c219 /.config/shell/profile | |
parent | c96987243ad5eebd7b1d25d5f545005816edba29 (diff) | |
download | hyprdots-6ea7de802aa09be503c677fc9c28dfa710c6f5b8.tar.gz |
update
Diffstat (limited to '.config/shell/profile')
-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 |