summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-23 13:01:45 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-23 13:01:45 +0100
commit533d97c91bdad4535c5ba2c0768a070f12515cdd (patch)
tree9940b79fbb90ee5c33bd3329b11fa5ee8b3d5810 /.bash_profile
parentf640854d7cb7ac3acae74685860695a1b682491d (diff)
bash: Remove Niri loading
I now load Niri via Greetd
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile7
1 files changed, 0 insertions, 7 deletions
diff --git a/.bash_profile b/.bash_profile
index 517c89b..71d1582 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -8,10 +8,3 @@ fi
readonly tty="$(tty)"
[ -f ~/.bashrc ] && source ~/.bashrc
-if [[ -z "$DISPLAY" && -z "$NIRI_LOADED" && "$tty" = /dev/tty1 ]]
-then
- export LIBSEAT_BACKEND=seatd
- export NIRI_LOADED=1
- [[ "$(hostname)" = "mangobox" ]] && exec dbus-run-session niri --session
- exec niri-session
-fi