diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-25 00:36:08 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-25 00:36:08 +0200 |
commit | c1415cada7b971180d74612fb5f9eb7f64d1abda (patch) | |
tree | 35af4d54b7724273f68ecc729028f5c4b3f845b0 /.config/x11/xinitrc | |
parent | a7599ae71e44e318dda5f8fcb900b3ff7a14e74f (diff) |
Update x11 and local bins to path
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 b17dfd7..e7de3a4 100755 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -8,4 +8,5 @@ else . "$HOME/.xprofile" fi -ssh-agent dwm +dbus-update-activation-environment --all +dbus-launch ssh-agent dwm |