diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-18 19:14:53 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-18 19:14:53 +0100 |
commit | 345b5fd5933fdbad8edf437a8dd53c624351754b (patch) | |
tree | 3afa0e991f4df91fcce7e6bdcdf71f16f74e9864 /.bashrc | |
parent | 7a870a54e8674ae43ab27bc8fc8a6451184a8876 (diff) |
Updated daily back to Qtile Wayland
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 |