Launch dwm in a dbus session (#1340)
* Launch dwm in a dbus session * Add ssh-agent * Update dbus env * Update xprofile
This commit is contained in:
parent
ca8cb1f6a7
commit
1e3adf9c03
1 changed files with 2 additions and 1 deletions
|
@ -13,5 +13,6 @@ if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
|
||||||
else
|
else
|
||||||
. "$HOME/.xprofile"
|
. "$HOME/.xprofile"
|
||||||
fi
|
fi
|
||||||
|
# Activate dbus variables
|
||||||
|
dbus-update-activation-environment --all
|
||||||
ssh-agent dwm
|
ssh-agent dwm
|
||||||
|
|
Loading…
Reference in a new issue