diff options
| author | Lalle <29478339+LalleSX@users.noreply.github.com> | 2023-10-27 21:42:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 19:42:32 +0000 |
| commit | 1e3adf9c03b2e563e81a13d6907ffd5ca20b887a (patch) | |
| tree | 7cc9820da8cafa708bd2064229797f48b75f42cb /.config/x11/xinitrc | |
| parent | ca8cb1f6a7513e52b112b99a686844a587cebd89 (diff) | |
| download | eibhear-1e3adf9c03b2e563e81a13d6907ffd5ca20b887a.tar.gz eibhear-1e3adf9c03b2e563e81a13d6907ffd5ca20b887a.tar.zst eibhear-1e3adf9c03b2e563e81a13d6907ffd5ca20b887a.zip | |
Launch dwm in a dbus session (#1340)
* Launch dwm in a dbus session
* Add ssh-agent
* Update dbus env
* Update xprofile
Diffstat (limited to '.config/x11/xinitrc')
| -rwxr-xr-x | .config/x11/xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 2debc01..e99da8c 100755 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -13,5 +13,6 @@ if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then else . "$HOME/.xprofile" fi - +# Activate dbus variables +dbus-update-activation-environment --all ssh-agent dwm |
