diff options
author | listout <listout@protonmail.com> | 2021-11-06 00:09:01 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-06 00:09:01 +0530 |
commit | bef78d91cd1a7b43e8d6926ae76c5675c2abba1f (patch) | |
tree | 9d9687ba40a70dcd0643ddc90d5a6bbf72a3ced7 | |
parent | 290395fc08da8694aef9b683e4af155bd12f15d1 (diff) |
dbus not need for systemd
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |