diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 09:22:17 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 09:22:17 -0400 |
commit | ffb4a85edf671330a740360d3c797e2abee0e746 (patch) | |
tree | 002f409a72c42e6c0e242aacbd00396ab67498b0 | |
parent | 0a7b7b529aad5190c00c2c86f08dbecf30eef207 (diff) |
Change display settings for new laptop.
-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 |