Made inactive workspaces transparent
Also set active workspace's (focused on other screen) color/transparency.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
! URxvt.font: xft:DejaVu Sans Mono:size=14
|
||||
URxvt.font: xft:Hack Nerd Font:size=14
|
||||
! URxvt.font: xft:Hack NF:size=18
|
||||
! URxvt.font: xft:Hack:size=18
|
||||
|
||||
@@ -12,3 +12,5 @@
|
||||
conflictstyle = diff3
|
||||
[mergetool]
|
||||
prompt = false
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
|
||||
@@ -38,9 +38,10 @@ autocmd BufNewFile,BufRead *.md set filetype=markdown
|
||||
autocmd Filetype markdown set textwidth=0
|
||||
|
||||
autocmd BufWritePost key_*.txt !bash ~/linux-config/scripts/shortcuts.sh
|
||||
" auto-reload vimrc when saved
|
||||
augroup myvimrc
|
||||
au!
|
||||
au BufWritePost .vimrc,_vimrc,vimrc,.gvimrc,_gvimrc,gvimrc so $MYVIMRC | if has('gui_running') | so $MYGVIMRC | endif
|
||||
au!
|
||||
au BufWritePost .vimrc,_vimrc,vimrc,.gvimrc,_gvimrc,gvimrc so $MYVIMRC | if has('gui_running') | so $MYGVIMRC | endif
|
||||
augroup END
|
||||
|
||||
" }}} commands for file types "
|
||||
@@ -118,8 +119,9 @@ Plug 'easymotion/vim-easymotion'
|
||||
|
||||
" status bar displaying various info about the current buffer
|
||||
Plug 'vim-airline/vim-airline'
|
||||
let g:airline_section_c = '%F'
|
||||
" let g:airline_section_c = '%F'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
||||
" continue Markdown lists when started
|
||||
Plug 'dkarter/bullets.vim'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# ZSH_THEME="miloshadzic"
|
||||
ZSH_THEME="bira"
|
||||
# ZSH_THEME="miloshadzic"
|
||||
# ZSH_THEME="agnoster"
|
||||
|
||||
# default {{{ #
|
||||
|
||||
|
||||
Reference in New Issue
Block a user