diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-12-27 16:03:26 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-12-27 16:03:26 +0000 |
commit | cb5375814404554682df8ee28a065893ac57baa8 (patch) | |
tree | ed047b4f58bd4f7de495938b034e9153e8944e53 | |
parent | 51fe743ba08a6051a2e5487510d420c4b9009002 (diff) |
Defaulting to using RiverWM with Yambar
-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 qtile start -b wayland + exec dbus-run-session river fi # If not in xterm don't start starship |