diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-01-28 18:10:31 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-01-28 18:10:31 +0100 |
| commit | d7700d2f734fcc36ed891828d21315faaa7ab77d (patch) | |
| tree | 863a44bda2369db0df009e2512f1f371e71382f8 /.bash_profile | |
| parent | c71bb201100cf07fecadfa26921c2f26bfb2de72 (diff) | |
bash: Spawn niri on TTY2
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |