diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-11 18:22:52 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-11 18:22:52 +0100 |
commit | daa08cb8badfe8f0f7cc91633c87723b490ae473 (patch) | |
tree | 8acaefbb045b316298ac9b315f063faaa845a218 | |
parent | 786f9c22fab19de866566de4c7933aef416a1462 (diff) |
Switched to River
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ fi # If on matching tty start the WM if [ "$(tty)" = "/dev/tty1" ]; then - exec dbus-run-session qtile start -b wayland + exec dbus-run-session river fi # If not in xterm don't start starship |