Modified files

This commit is contained in:
Austen Adler 2015-05-12 12:50:06 -04:00
parent ec5eb5327e
commit 4743d5ad1c
2 changed files with 4 additions and 8 deletions

View File

@ -12,7 +12,7 @@ bindsym $mod+shift+p exec "~/.i3/run.sh pass"
#exec xrandr --output HDMI3 --left-of HDMI1 &
#exec xmodmap ~/.Xmodmap &
bindsym Print exec "shutter -r"
#bindsym Print exec "shutter -r"
#bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
#bindsym XF86AudioLowerVolume exec amixer -q set Master 2dB- unmute
#bindsym XF86AudioMute exec amixer -q set Master toggle

View File

@ -19,13 +19,7 @@ DISABLE_AUTO_UPDATE="true"
source "$HOME/.antigen/antigen.zsh"
printf "omg..."
antigen bundle stonewareslord/omg
printf "pass..."
antigen bundle pass
printf "sudo..."
antigen bundle sudo
printf "vagrant..."
antigen bundle vagrant
printf "oh-my-git..."
printf "theme.."
antigen theme stonewareslord/oh-my-git-themes af-magic
printf "liquidprompt..."
antigen bundle stonewareslord/lpr
@ -110,6 +104,8 @@ alias fkill='ps -ef | sed 1d | fzf --no-mouse -m -1 -x | awk "{print $2}" | xarg
alias slp='smon ./x&DISPLAY=:0.0 i3lock -di `echo $(shuf -n1 -e ~/.i3/wall/*) | tee /tmp/wall`'
alias updateall='sudo sh -c "apt-get update;apt-get upgrade -y;apt-get dist-upgrade -y;apt-get autoremove -y"'
alias susp="echo mem|tee /sys/power/state 2>&1 >/dev/null||echo mem|sudo tee /sys/power/state 2>&1 >/dev/null"
alias aoeu='setxkbmap -layout us -option "'
alias asdf='setxkbmap -layout dvorak -option ""'
alias -s html="firefox"
alias -s log="less -MN"
alias -s odt="libreoffice"