From 533d97c91bdad4535c5ba2c0768a070f12515cdd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Mar 2026 13:01:45 +0100 Subject: bash: Remove Niri loading I now load Niri via Greetd --- .bash_profile | 7 ------- 1 file changed, 7 deletions(-) (limited to '.bash_profile') 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 -- cgit v1.2.3