From faba4f505f3cfe875a8ddb64e2dde755457f666d Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 28 Jan 2015 23:02:40 -0500 Subject: [PATCH] More gentoo fixes --- i3/config | 2 ++ shells/zshrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index c5d9138..b41de2f 100644 --- a/i3/config +++ b/i3/config @@ -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" diff --git a/shells/zshrc b/shells/zshrc index 8b33664..e37b36e 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -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(){