diff options
| author | Joshua Yun <joshua@joshuayun.com> | 2025-10-28 09:50:50 -0500 |
|---|---|---|
| committer | Joshua Yun <joshua@joshuayun.com> | 2025-10-28 09:50:50 -0500 |
| commit | 64700112b982f6ec7e1e25ce703a7df03b6c4772 (patch) | |
| tree | d4c6462f14f446feac3f75168af3f76242995bc2 | |
| parent | 29dac7eeae5ba071f470653413062fea867331cc (diff) | |
| download | config-64700112b982f6ec7e1e25ce703a7df03b6c4772.tar.gz | |
| -rw-r--r-- | shell/zprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/zprofile b/shell/zprofile index 50b31fe..8cf0ae3 100644 --- a/shell/zprofile +++ b/shell/zprofile @@ -11,4 +11,5 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh" [[ -f ~/.zshrc ]] && . ~/.zshrc -[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec Hyprland +# [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec Hyprland +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s niri-session >/dev/null 2>&1 && exec niri-session |
