Updated zshrc and apps started on login
This commit is contained in:
parent
bcdd9e67d1
commit
4609342d44
2 changed files with 7 additions and 2 deletions
|
@ -13,7 +13,9 @@ xscreensaver -no-splash &
|
|||
# Background
|
||||
fbsetbg -a `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -f 2`
|
||||
|
||||
# Network manager
|
||||
# Applets
|
||||
blueman-applet&
|
||||
pasystray &
|
||||
nm-applet &
|
||||
|
||||
# Disable bell
|
||||
|
@ -22,6 +24,7 @@ xset -b
|
|||
# Defaults Apps
|
||||
spotify &
|
||||
brscan-skey &
|
||||
owncloud &
|
||||
|
||||
# SSH
|
||||
ssh-add &
|
||||
|
|
4
zshrc
4
zshrc
|
@ -80,4 +80,6 @@ zstyle ':completion:*:hosts' hosts $_ssh_config
|
|||
if [ -z "$SSH_AUTH_SOCK" ] ; then
|
||||
eval `ssh-agent -s`
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
fi
|
||||
fi
|
||||
|
||||
rivalcfg --color=#509ADB -e steady
|
||||
|
|
Loading…
Reference in a new issue