diff options
| author | 2013-09-23 01:24:56 +0200 | |
|---|---|---|
| committer | 2013-09-23 01:24:56 +0200 | |
| commit | c6f0cdffaaa8621e79343512c6a405b56d80c137 (patch) | |
| tree | 828bfe658d8d1eb3a1284e647c0194101d7859c5 | |
| parent | cc6c1e375d3776dcfc1ed17a8fd91ea8c084063f (diff) | |
| download | x11-c6f0cdffaaa8621e79343512c6a405b56d80c137.tar.gz x11-c6f0cdffaaa8621e79343512c6a405b56d80c137.zip | |
Reduce font size
| -rw-r--r-- | .Xdefaults | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ urxvt.keysym.M-Delete: perl:matcher:list URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+) urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1 -urxvt.font: xft:PT Mono:weight=medium:pixelsize=16 -urxvt.boldFont: xft:PT Mono:weight=bold:pixelsize=16 +urxvt.font: xft:PT Mono:weight=medium:pixelsize=15 +urxvt.boldFont: xft:PT Mono:weight=bold:pixelsize=15 URxvt.modeline.fg: 15 URxvt.modeline.bg: 12 |
