More gentoo fixes

This commit is contained in:
Austen Adler 2015-01-28 23:02:40 -05:00
parent 1641e84d69
commit faba4f505f
2 changed files with 3 additions and 1 deletions

View File

@ -81,6 +81,8 @@ bindsym $mod+Return exec xterm
bindsym $mod+shift+Return exec xterm -e "cd `xcwd`&&/bin/zsh"
bindsym $mod+shift+c kill
bindsym $mod+c move absolute position center
bindsym XF86MonBrightnessUp exec "xbacklight -inc 10"
bindsym XF86MonBrightnessDown exec "xbacklight -dec 10"
bindsym XF86TouchpadToggle exec "synclient TouchpadOff=$(synclient -l | grep -c 'TouchpadOff.*=.*0')"
bindsym XF86AudioRaiseVolume exec "amixer set Master 5%+ unmute"
bindsym XF86AudioLowerVolume exec "amixer set Master 5%- unmute"

View File

@ -109,7 +109,7 @@ alias -g F='`fzf --no-mouse -m -1 -x`'
alias -g nify=" > /dev/null 2>&1 &"
alias -g nifyd=" > /dev/null 2>&1 & disown"
alias -g L="2>&1|less"
alias -g G='|& egrep -i'
alias -g G='|& ag'
alias -g AW='austenwares.com'
export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x'
function offline(){