mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
Start ssh-agent with wm
This commit is contained in:
parent
06de552195
commit
4ba6c9b735
@ -10,9 +10,11 @@ fi
|
|||||||
|
|
||||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||||
|
|
||||||
|
eval $(ssh-agent)
|
||||||
start-pulseaudio-x11
|
start-pulseaudio-x11
|
||||||
dbus-update-activation-environment --systemd DISPLAY
|
dbus-update-activation-environment --systemd DISPLAY
|
||||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||||
|
export SSH_ASKPASS=ssh-askpass
|
||||||
export SSH_AUTH_SOCK
|
export SSH_AUTH_SOCK
|
||||||
# exec startxfce4
|
# exec startxfce4
|
||||||
exec i3
|
exec i3
|
||||||
|
Loading…
Reference in New Issue
Block a user