From de4acf9f95bfe65d03d45231afc9e510ae5d0a7a Mon Sep 17 00:00:00 2001 From: "dogeystamp@disroot.org" Date: Sun, 15 Dec 2024 13:43:40 -0500 Subject: [PATCH] bash: start fish if no WM started --- src/dot_config/bashrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dot_config/bashrc.tmpl b/src/dot_config/bashrc.tmpl index e18b6fb..77f8300 100644 --- a/src/dot_config/bashrc.tmpl +++ b/src/dot_config/bashrc.tmpl @@ -10,3 +10,4 @@ [ -x {{ $fish_path }} ] && export SHELL={{ $fish_path }} [[ -z $DISPLAY && $XDG_VTNR -eq 2 ]] && exec startx [[ -z $WAYLAND_DISPLAY && $XDG_VTNR -eq 1 ]] && exec niri-session +exec "$SHELL"