diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-05-22 22:01:04 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-05-22 22:01:04 +0200 |
commit | 28f655287af2597acb6760d4812c07dde32157fc (patch) | |
tree | 46cd48a63197d9dbff49fe1324ad24be8503451a | |
parent | 8bcb0213177a6d2cef8b6b6728076749ce36a22b (diff) | |
download | dotfiles-28f655287af2597acb6760d4812c07dde32157fc.tar.gz dotfiles-28f655287af2597acb6760d4812c07dde32157fc.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .bashrc | 2 | ||||
-rw-r--r-- | .xinitrc | 3 | ||||
-rw-r--r-- | .zshrc | 4 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,3 @@ shopt -s histappend -HISTSIZE=$SAVEHIST +HISTSIZE=500000 @@ -6,7 +6,7 @@ export VDPAU_NVIDIA_NO_OVERLAY=1 xrandr --output DVI-D-0 --left-of DVI-I-1 # I don't like no background ;) -dash $HOME/.fehbg & +dash $HOME/.bg & numlockx xset r rate 250 50 & # also in ~/bin/suspend-resume.sh @@ -18,6 +18,7 @@ xbindkeys & xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & /usr/lib/xfce4/notifyd/xfce4-notifyd & +pulseaudio --start & autostart () { notipy.py -a SOUTH_EAST -m 0,1920,0,0 & @@ -489,6 +489,7 @@ alias xcp="xclip -o | fb" alias nsl='nslookup' alias rscp='rsync --partial --progress' +alias scp='scp -o ControlPath=none' alias mkdir='nocorrect mkdir' alias wget='nocorrect noglob wget' @@ -547,6 +548,9 @@ zstyle ':completion:*:match:*' original only # ignore completion for commands we don't have zstyle ':completion:*:functions' ignored-patterns '_*' +# get rid of .class and .o files for vim +zstyle ':completion:*:vim:*' ignored-patterns '*.(class|o)' + # show menu when tabbing zstyle ':completion:*' menu yes select |