From 9558c13ef4dbb0d9669152e7bf98f247585b8829 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 12 Oct 2014 14:36:45 +0200 Subject: Don't use systemd --user DBus --- X11/xinitrc | 1 - zsh/.zprofile | 1 - 2 files changed, 2 deletions(-) diff --git a/X11/xinitrc b/X11/xinitrc index e4d4fe8..e55250f 100644 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -4,5 +4,4 @@ # # 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 diff --git a/zsh/.zprofile b/zsh/.zprofile index dd8375f..75e6369 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,4 +1,3 @@ -export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/"$UID"/dbus/user_bus_socket export PATH="$HOME"/.local/bin:"$PATH" # Set XDG Basedir Spec paths -- cgit v1.2.3-54-g00ecf