add: polybar custom scripts

add: git aliases
fix. bspwm split_ration madness
This commit is contained in:
Tobias Reisinger 2020-02-22 15:45:08 +01:00
parent c33047354e
commit 1a0ffb4924
7 changed files with 44 additions and 3 deletions
.config/vim

View file

@ -21,6 +21,9 @@ set encoding=utf-8
set nowrap
runtime ftplugin/man.vim
set keywordprg=:Man
if has("autocmd")
" Save cursor position. I don't understand this part
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g`\"" | endif