From 8b1e83839544e21a91893e6b707af2aff47289bf Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Fri, 15 Jan 2016 14:43:53 +0000 Subject: random --- Editor/vimrc | 3 ++- Window_Manager/ratpoison/ratpoisonrc.conf | 2 +- Xinit/xinitrc | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Editor/vimrc b/Editor/vimrc index 859cd1d..0fee3a2 100644 --- a/Editor/vimrc +++ b/Editor/vimrc @@ -99,7 +99,8 @@ set shiftwidth=2 set softtabstop=2 -let g:ycm_confirm_extra_conf = 1 +let g:ycm_confirm_extra_conf = 0 +let g:ycm_global_ycm_extra_conf = '/usr/share/vim/vimfiles/third_party/ycmd/ycmd/tests/testdata/.ycm_extra_conf.py' "Make tab into another escape diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index 83cc54f..f2f431a 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -92,7 +92,7 @@ definekey top F6 exec rpws 6 && echo "D6" > /tmp/panel-fifo && ratpoison -c bars definekey top F7 exec rpws 7 && echo "D7" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript definekey top F8 exec rpws 8 && echo "D8" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript definekey top F9 exec rpws 9 && printf "D9\nIxlear\n" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript -definekey top F10 exec rpws 10 && printf "D10\nIclear\n" > /tmp/panel-fifo & xset -led named "Scroll Lock" & ratpoison -c barsend && ratpoison -c bordscript +definekey top F10 exec rpws 10 && printf "D10\nIclear\n" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript & xset -led named "Scroll Lock" definekey top F11 exec rpws 11 && echo "D11" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript definekey top F12 exec rpws 12 && echo "D12" > /tmp/panel-fifo && ratpoison -c barsend && ratpoison -c bordscript diff --git a/Xinit/xinitrc b/Xinit/xinitrc index 7c64e75..8589a5b 100755 --- a/Xinit/xinitrc +++ b/Xinit/xinitrc @@ -75,6 +75,9 @@ xrdb -merge ~/.Xdefaults #xflux -z 24531 -l 56 -g 13 #nm-applet & +# Automount +udiskie -N & + #Disable annoying point tap synclient PalmDetect=1 synclient TapButton1=1 -- cgit v1.2.3-54-g00ecf