diff options
author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-04-13 10:28:13 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-04-13 10:28:13 +0700 |
commit | 3e87a9cc529ed3b70e019393e3e28b019aaafaec (patch) | |
tree | aaea4f5a480320c74dc4165118d1b965af4416c3 | |
parent | 54f888bbc8c343db839fe7c3ca956e717c7133e1 (diff) | |
download | dotfiles-3e87a9cc529ed3b70e019393e3e28b019aaafaec.tar.gz |
Update 2017-04-13
-rw-r--r-- | meta/.xinitrc | 2 | ||||
-rwxr-xr-x | vim/.vim/vimrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/.xinitrc b/meta/.xinitrc index 2ab60ac..1c313f5 100644 --- a/meta/.xinitrc +++ b/meta/.xinitrc @@ -4,6 +4,6 @@ xrandr --output VGA-0 --mode 1600x900 --primary --right-of LVDS synclient TapButton1=1 VertEdgeScroll=1 HorizEdgeScroll=1 VertTwoFingerScroll=0 redshift-gtk & ibus-daemon -drx -nm-applet & +connman-ui-gtk & clipit & exec awesome diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index e2c6284..cb912e7 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -23,6 +23,7 @@ set dictionary=/usr/share/dict/words set keymap=vietnamese-telex imdisable iminsert=0 imsearch=-1 autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal autocmd FileType c,h,cpp,arduino setlocal noexpandtab shiftwidth=8 tabstop=8 +autocmd FileType rst setlocal shiftwidth=3 tabstop=3 autocmd FileType css,javascript,markdown,python setlocal shiftwidth=4 tabstop=4 autocmd FileType python syntax keyword pythonBoolean False True None autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1) |