diff options
author | listout <listout@protonmail.com> | 2021-11-06 21:52:35 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-06 21:52:35 +0530 |
commit | b49ce7b3691201282aa0586345eee9c2b74b4287 (patch) | |
tree | c301d61d5490e6d99f045b3c2ac1b53864f56d4b /.xinitrc | |
parent | 5f02f99f6e047d414dca902cbb77e0de4a3ea428 (diff) |
revert back to dbus-launch
Diffstat (limited to '.xinitrc')
-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 && -/usr/bin/bspwm +dbus-launch /usr/bin/bspwm # vim: set ft=sh: |