diff options
author | Urbain Vaes <urbain@vaes.uk> | 2021-11-12 11:19:43 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2021-11-12 11:19:43 +0100 |
commit | a9a52155abd26fc9b9d7043d9a062a9a7fcb99db (patch) | |
tree | c3ca85c04c0b3e3503bdabbbf9603d18b8616a20 /Xresources/.Xresources | |
parent | 221df63901eab58054370a9b2af0fe6d5029d6c9 (diff) |
Fix size issue
Diffstat (limited to 'Xresources/.Xresources')
-rw-r--r-- | Xresources/.Xresources/urxvt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xresources/.Xresources/urxvt b/Xresources/.Xresources/urxvt index e050af4..8f37096 100644 --- a/Xresources/.Xresources/urxvt +++ b/Xresources/.Xresources/urxvt @@ -28,7 +28,7 @@ URxvt.resize-font.bigger: C-plus ! Appearance /* URxvt*font: xft:DejaVu Sans Mono:size=12 */ -URxvt*font: xft:monaco:size=11 +URxvt*font: xft:monaco:size=10 URxvt*scrollBar: false URxvt*internalBorder: 0 URxvt.fading: 35 |