aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-01-15 14:43:53 +0000
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-01-15 14:43:53 +0000
commit8b1e83839544e21a91893e6b707af2aff47289bf (patch)
treec04affc32a7c5af979ed93c94c4a68f0edc3c11f
parent967a1cf86f59107f38af8d8392c1c5aedd8841ee (diff)
downloaddotfiles-8b1e83839544e21a91893e6b707af2aff47289bf.tar.gz
dotfiles-8b1e83839544e21a91893e6b707af2aff47289bf.tar.bz2
dotfiles-8b1e83839544e21a91893e6b707af2aff47289bf.zip
random
-rw-r--r--Editor/vimrc3
-rw-r--r--Window_Manager/ratpoison/ratpoisonrc.conf2
-rwxr-xr-xXinit/xinitrc3
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