diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-04-03 19:48:29 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-04-03 19:48:29 +0100 |
commit | f62fb0f2ab09407803680364849e22ffe2eb6342 (patch) | |
tree | 4a6f11114e405c080f62af9e65fb1552715670e8 /Xinit | |
parent | 4a7410eb97145815034d75256e4abb47e9f61592 (diff) | |
download | dotfiles-f62fb0f2ab09407803680364849e22ffe2eb6342.tar.gz dotfiles-f62fb0f2ab09407803680364849e22ffe2eb6342.tar.bz2 dotfiles-f62fb0f2ab09407803680364849e22ffe2eb6342.zip |
Use bigger terminal font
Diffstat (limited to 'Xinit')
-rw-r--r-- | Xinit/Xdefaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xinit/Xdefaults b/Xinit/Xdefaults index e84e05f..bfd9314 100644 --- a/Xinit/Xdefaults +++ b/Xinit/Xdefaults @@ -18,7 +18,7 @@ URxvt.lineSpace: 0 ! Fonts URxvt.allow_bold: true -URxvt.font: xft:DejaVu Sans Mono:pixelsize=22 +URxvt.font: xft:DejaVu Sans Mono:pixelsize=26 ! Fix font space URxvt*letterSpace: -2 |