diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-19 12:35:41 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-19 12:35:41 +0200 |
commit | 9de9b0e363a73daa266912160e5b9fc9b724ee79 (patch) | |
tree | 19893775ae36f3581de100aca642d03634e43b0a /X11 | |
parent | b76c27ad25199a810fa85e45aa8ac1ada19406a6 (diff) | |
download | dotfiles-9de9b0e363a73daa266912160e5b9fc9b724ee79.tar.xz |
Set DBUS_SESSION_BUSS_ADDRESS
Diffstat (limited to 'X11')
-rw-r--r-- | X11/xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/X11/xinitrc b/X11/xinitrc index e55250f..e4d4fe8 100644 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -4,4 +4,5 @@ # # Executed by startx (run your window manager from here) +export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/"$UID"/dbus/user_bus_socket exec i3 -c /home/kyrias/.config/i3/config |