diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-27 22:29:20 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-27 22:29:20 +0100 |
| commit | 4c4106a09a91c96cfc756802ca84a9bf9bf1e32c (patch) | |
| tree | 658a2ae74935b0020043701a1fae8177817a83cd /.bash_profile | |
| parent | eec9adae45256a5dac040fbb8a8b83d858d84df0 (diff) | |
bash: Launch Niri with Systemd
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |