Revert to XFCE4 and autostart: ssh-agent, gnome keyring daemon & urxvtd
This commit is contained in:
parent
e27db94c80
commit
b77ceefb59
3 changed files with 10 additions and 2 deletions
|
@ -15,4 +15,12 @@ fi
|
|||
xscreensaver &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
|
||||
# Gnome Keyring Daemon
|
||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||
export SSH_AUTH_SOCK
|
||||
|
||||
# URXVTD Daemon
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||
urxvtd -q -f -o
|
||||
|
||||
exec startxfce4
|
||||
|
|
|
@ -1 +1 @@
|
|||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec sway
|
||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
|
||||
|
|
|
@ -5,7 +5,7 @@ export ZSH=$HOME/.oh-my-zsh
|
|||
ZSH_THEME="ys"
|
||||
|
||||
# Plugins
|
||||
plugins=(archlinux common-aliases git sudo web-search)
|
||||
plugins=(archlinux common-aliases git sudo web-search ssh-agent)
|
||||
# look into node/npm
|
||||
|
||||
# ZSH-Completions
|
||||
|
|
Loading…
Reference in a new issue