diff options
| author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 11:04:13 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 11:04:13 -0400 |
| commit | 30660ff2120f7d922bafd6d27e57d8a304e70684 (patch) | |
| tree | ef89a1c7a37919fcbafbe7cc81f46b9b4b11b8a3 | |
| parent | 0a7b7b529aad5190c00c2c86f08dbecf30eef207 (diff) | |
Update settings from google.
| -rw-r--r-- | i3/config | 6 | ||||
| -rwxr-xr-x | vimrc | 3 |
2 files changed, 5 insertions, 4 deletions
@@ -17,9 +17,9 @@ font xft:Droid Sans Bold 9 floating_modifier Mod4 # start a terminal -bindsym Mod4+Return exec urxvt +bindsym Mod4+Return exec gnome-terminal -bindsym Pause exec i3lock +bindsym Pause exec i3lock -c 2A3462 # kill focused window bindsym Mod4+Shift+q kill @@ -166,4 +166,4 @@ bar { exec xrdb -merge $HOME/.Xresources exec setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier exec google-chrome & -exec xautolock -time 10 -locker 'i3lock' & +exec xautolock -time 10 -locker 'i3lock -c 2A3462' & @@ -47,7 +47,8 @@ map <leader>r :CtrlPMRU<CR> set wildignore+=*.class,target/*,project/* -set guifont=DroidSansMono\ 10 +"set guifont=DroidSansMono\ 10 +set guifont="Source Code Pro 10" set guioptions-=m set guioptions-=T set guioptions-=r |
