From d7700d2f734fcc36ed891828d21315faaa7ab77d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 28 Jan 2026 18:10:31 +0100 Subject: bash: Spawn niri on TTY2 --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index 98eab43..847cb49 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,2 +1,3 @@ [[ -f ~/.bashrc ]] && source ~/.bashrc [[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec start-hyprland +[[ -z "$DISPLAY" && `tty` == /dev/tty2 ]] && exec niri -- cgit v1.2.3