From b5313b58de438d99f3fd151aa85402bca4ecc583 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 13 Mar 2016 01:11:23 -0500 Subject: [PATCH] Added trackpad disable, bp function, updated syntastic classpath --- i3/config | 1 + shells/zshrc | 3 +++ vim/vimrc | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 87511e3..e796f3e 100644 --- a/i3/config +++ b/i3/config @@ -94,6 +94,7 @@ bindsym XF86MonBrightnessDown exec "xbacklight -dec 1 -time 0 -steps 1" bindsym $mod+XF86MonBrightnessUp exec "xbacklight -inc 5 -time 0 -steps 1" bindsym $mod+XF86MonBrightnessDown exec "xbacklight -dec 5 -time 0 -steps 1" bindsym XF86TouchpadToggle exec "synclient TouchpadOff=$(synclient -l | grep -c 'TouchpadOff.*=.*0')" +bindsym $mod+backslash exec "synclient TouchpadOff=$(synclient -l | grep -c 'TouchpadOff.*=.*0')" bindsym XF86AudioRaiseVolume exec "amixer set Master 1%+ unmute" bindsym XF86AudioLowerVolume exec "amixer set Master 1%- unmute" bindsym XF86AudioMute exec "amixer -D pulse set Master 1+ toggle" diff --git a/shells/zshrc b/shells/zshrc index 9d131ea..23a6d27 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -175,6 +175,9 @@ alias -g L="2>&1|less" #alias -g L="2>&1|vimpager" alias -g G='|& ag' export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x' +bp(){ + echo '\a' +} apush(){ adb push $* & pv -d $! } diff --git a/vim/vimrc b/vim/vimrc index 91332d7..da56bc5 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -210,7 +210,7 @@ let g:formatter_php = ['formatdef_my_custom_php'] " These flags don't work for some reason " -xn -xc -xl -S "Syntastic -let g:syntastic_java_javac_classpath = "/home/stonewareslord/applications/java/junit-4.12.jar:/home/stonewareslord/applications/java/hamcrest-core-1.3.jar:/home/stonewareslord/git/school/flight-reservations/Project1/src:/home/stonewareslord/git/school/flight-reservations/Project1/test" +let g:syntastic_java_javac_classpath = "/home/stonewareslord/applications/java/junit-4.12.jar:/home/stonewareslord/applications/java/hamcrest-core-1.3.jar:/home/stonewareslord/git/school/reqkeeper/Project2/src:/home/stonewareslord/git/school/reqkeeper/Project2/test:/home/stonewareslord/git/school/reqkeeper/Project2/lib/RequirementsTrackerXML.jar" "IndentGuides let g:indent_guides_start_level=1 let g:indent_guides_guide_size=1