1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-28 22:22:51 +00:00

Decreases font size for terminals

- This is screwed on my laptop (too small to read), but its perfect size for
  my external monitor.
This commit is contained in:
Abhay Rana 2015-10-22 12:46:37 +05:30
parent 7e9ff2d629
commit b217e4f29a

View File

@ -37,7 +37,7 @@ Xcursor.size: 22
! xterm ---------------------------------------------------------------------- ! xterm ----------------------------------------------------------------------
xterm*VT100.geometry: 80x25 xterm*VT100.geometry: 80x25
xterm*faceName: SourceCodePro:size=10:antialias=false ! xterm*faceName: SourceCodePro:size=8:antialias=false
xterm*font: 7x13 xterm*font: 7x13
xterm*dynamicColors: true xterm*dynamicColors: true
xterm*utf8: 2 xterm*utf8: 2
@ -58,5 +58,5 @@ Xft.rgba: rgb
Xft.hinting: true Xft.hinting: true
Xft.hintstyle: hintslight Xft.hintstyle: hintslight
URxvt.font: xft:Sauce Code Powerline:size=10,style=Light URxvt.font: xft:Sauce Code Powerline:size=8:pixelsize=10,style=Light
URxvt.scrollBar: false URxvt.scrollBar: false