From 64700112b982f6ec7e1e25ce703a7df03b6c4772 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Tue, 28 Oct 2025 09:50:50 -0500 Subject: changing from hyprland to niri --- shell/zprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell') 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 -- cgit v1.2.3