diff options
| -rw-r--r-- | i3/config | 6 | ||||
| -rwxr-xr-x | vimrc | 3 |
2 files changed, 5 insertions, 4 deletions
@@ -11,13 +11,13 @@ # font for window titles. ISO 10646 = Unicode # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -font xft:Droid Sans Bold 9 +font xft:Droid Sans Bold 7 # use Mouse+Mod4 to drag floating windows to their wanted position floating_modifier Mod4 # start a terminal -bindsym Mod4+Return exec urxvt +bindsym Mod4+Return exec gnome-terminal bindsym Pause exec i3lock @@ -160,7 +160,7 @@ mode "resize" { # finds out, if available) bar { status_command i3status - font xft:Droid Sans Mono 10 + font xft:Droid Sans Mono 8 } exec xrdb -merge $HOME/.Xresources @@ -6,6 +6,7 @@ set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " TODO(orbekk): Try ctrlp.vim instead. " Plugin 'wincent/command-t' +Plugin 'chriskempson/base16-vim' Plugin 'chriskempson/vim-tomorrow-theme' Plugin 'gmarik/Vundle.vim' Plugin 'ctrlpvim/ctrlp.vim' @@ -51,7 +52,7 @@ set guifont=DroidSansMono\ 10 set guioptions-=m set guioptions-=T set guioptions-=r -colorscheme Tomorrow +colorscheme base16-tomorrow set colorcolumn=81 |
