diff --git a/i3/config b/i3/config index a97ecd0..5427599 100644 --- a/i3/config +++ b/i3/config @@ -37,7 +37,7 @@ client.urgent $rd $rd $tx bar { status_command i3status --config ~/.i3/i3status.conf font -*-*-*-*-*-*-8-*-*-*-*-*-*-* - #mode hide + mode hide #position top modifier Mod4 tray_output primary diff --git a/i3/wall.sh b/i3/wall.sh index e7c0114..4e94c43 100755 --- a/i3/wall.sh +++ b/i3/wall.sh @@ -1,2 +1,3 @@ #!/bin/bash -if [[ -d ~/.i3/wallOM ]];then feh --bg-scale "`shuf -n1 -e ~/.i3/wallOM/*`";else feh --bg-scale "`shuf -n1 -e ~/.i3/wall/*`";fi; +#if [[ -d ~/.i3/wallOM ]];then feh --bg-scale "`shuf -n1 -e ~/.i3/wallOM/*`";else feh --bg-scale "`shuf -n1 -e ~/.i3/wall/*`";fi; +feh --bg-scale "$(shuf -n1 -e ~/.i3/wallOM/*)" diff --git a/shells/zshrc b/shells/zshrc index bfc0dea..0b881a5 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -74,21 +74,21 @@ alias less='less -R' alias tree='tree -C' alias grep="grep -P" alias skim="(head -5; tail -5) <" -function cp() { rsync -ha --info=progress2 "$@" } -function c() { cp "$@" } +alias -g c='rsync -ha --info=progress2 "$@"' +alias cp='rsync -ha --info=progress2 "$@"' function mv() { /bin/mv -v "$@" } function m() { mv "$@" } -compdef _cp c m mv cp +compdef _cp c m mv cp copy alias dt='date "+%F %T"' alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done' alias adk='/home/stonewareslord/Applications/adk/bin/studio.sh & disown' alias resource='. ~/.zshrc' -alias install='sudo apt-get --show-progress install' function ins(){ sudo zsh -c "emerge --fetchonly --autounmask-write -av $@&&emerge -v $@" } alias etup='sudo etc-update --automode -3 <<< y' alias search='apt-cache search' +#alias install='sudo apt-get --show-progress install' alias remove='sudo apt-get --show-progress remove' alias update='sudo apt-get update' alias upgrade='sudo apt-get --show-progress upgrade' diff --git a/vim/vimrc b/vim/vimrc index a93b347..78f1fe1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -179,7 +179,7 @@ set textwidth=0 syntax on let g:airline_left_sep='▶' let g:airline_right_sep='◀' -let g:airline#extensions#syntastic#enabled=1 +let g:airline#extensions#syntastic#enabled=0 let g:airline#extensions#whitespace#enabled=0 let g:airline#extensions#whitespace#show_message=0 let g:airline#extensions#tmuxline#enabled=1