Modified files
This commit is contained in:
parent
ec5eb5327e
commit
4743d5ad1c
@ -12,7 +12,7 @@ bindsym $mod+shift+p exec "~/.i3/run.sh pass"
|
|||||||
#exec xrandr --output HDMI3 --left-of HDMI1 &
|
#exec xrandr --output HDMI3 --left-of HDMI1 &
|
||||||
#exec xmodmap ~/.Xmodmap &
|
#exec xmodmap ~/.Xmodmap &
|
||||||
|
|
||||||
bindsym Print exec "shutter -r"
|
#bindsym Print exec "shutter -r"
|
||||||
#bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
|
#bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
|
||||||
#bindsym XF86AudioLowerVolume exec amixer -q set Master 2dB- unmute
|
#bindsym XF86AudioLowerVolume exec amixer -q set Master 2dB- unmute
|
||||||
#bindsym XF86AudioMute exec amixer -q set Master toggle
|
#bindsym XF86AudioMute exec amixer -q set Master toggle
|
||||||
|
10
shells/zshrc
10
shells/zshrc
@ -19,13 +19,7 @@ DISABLE_AUTO_UPDATE="true"
|
|||||||
source "$HOME/.antigen/antigen.zsh"
|
source "$HOME/.antigen/antigen.zsh"
|
||||||
printf "omg..."
|
printf "omg..."
|
||||||
antigen bundle stonewareslord/omg
|
antigen bundle stonewareslord/omg
|
||||||
printf "pass..."
|
printf "theme.."
|
||||||
antigen bundle pass
|
|
||||||
printf "sudo..."
|
|
||||||
antigen bundle sudo
|
|
||||||
printf "vagrant..."
|
|
||||||
antigen bundle vagrant
|
|
||||||
printf "oh-my-git..."
|
|
||||||
antigen theme stonewareslord/oh-my-git-themes af-magic
|
antigen theme stonewareslord/oh-my-git-themes af-magic
|
||||||
printf "liquidprompt..."
|
printf "liquidprompt..."
|
||||||
antigen bundle stonewareslord/lpr
|
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 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 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 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 html="firefox"
|
||||||
alias -s log="less -MN"
|
alias -s log="less -MN"
|
||||||
alias -s odt="libreoffice"
|
alias -s odt="libreoffice"
|
||||||
|
Loading…
Reference in New Issue
Block a user