aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-08-23 07:25:02 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-08-23 07:25:02 +0100
commitccf6e7d6fd699b207ac911f1af92c441dd0ded60 (patch)
tree2938dd7b782caa60c11ac072fc9838a04c6e2a57 /.bashrc
parent599887f8dc26036e3d196c874c5a4dbe71975d28 (diff)
Removed uneeded line
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 98c0279..dd310e0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -83,7 +83,6 @@ 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