Revert to XFCE4 and autostart: ssh-agent, gnome keyring daemon & urxvtd

This commit is contained in:
George Rawlinson 2016-08-03 07:52:38 +12:00
parent e27db94c80
commit b77ceefb59
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec sway
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx

View File

@ -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