From 4743d5ad1cfb1b49be9dfb6d3bca0ce244e1583d Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 12 May 2015 12:50:06 -0400 Subject: [PATCH] Modified files --- i3/config | 2 +- shells/zshrc | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/i3/config b/i3/config index b409ad3..692dea3 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/shells/zshrc b/shells/zshrc index 9d97885..b2d55a0 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -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"