diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ fi # If on matching tty start the WM if [ "$(tty)" = "/dev/tty1" ]; then - exec dbus-run-session river + exec dbus-run-session qtile start -b wayland fi # If not in xterm don't start starship |