diff options
| -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 |
