From ffb4a85edf671330a740360d3c797e2abee0e746 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 29 Sep 2015 09:22:17 -0400 Subject: Change display settings for new laptop. --- i3/config | 6 +++--- vimrc | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/i3/config b/i3/config index 61290fb..23b024d 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/vimrc b/vimrc index 8daa02e..96d9bd2 100755 --- a/vimrc +++ b/vimrc @@ -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 -- cgit v1.2.3