summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-11-06 00:09:01 +0530
committerlistout <listout@protonmail.com>2021-11-06 00:09:01 +0530
commitbef78d91cd1a7b43e8d6926ae76c5675c2abba1f (patch)
tree9d9687ba40a70dcd0643ddc90d5a6bbf72a3ced7
parent290395fc08da8694aef9b683e4af155bd12f15d1 (diff)
dbus not need for systemd
-rw-r--r--.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index dbc1c4a..3f13d83 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -2,6 +2,6 @@ xsetroot -cursor_name left_ptr
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
xrdb ~/.Xresources &&
-dbus-launch /usr/bin/i3
+/usr/bin/bspwm
# vim: set ft=sh: