From 4c4106a09a91c96cfc756802ca84a9bf9bf1e32c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 27 Feb 2026 22:29:20 +0100 Subject: bash: Launch Niri with Systemd --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 847cb49..79a3224 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,3 @@ [[ -f ~/.bashrc ]] && source ~/.bashrc [[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec start-hyprland -[[ -z "$DISPLAY" && `tty` == /dev/tty2 ]] && exec niri +[[ -z "$DISPLAY" && `tty` == /dev/tty2 ]] && exec niri-session -- cgit v1.2.3