aboutsummaryrefslogtreecommitdiffstats
path: root/.Xresources
diff options
context:
space:
mode:
authorkj_sh6042026-05-25 17:09:13 -0400
committerkj_sh6042026-05-25 17:09:13 -0400
commit1b8895f4ffd4b5477775447579a1930e78033704 (patch)
tree3e042ea90c92e2b933090248b1910234a16f2fe4 /.Xresources
parentd4a21a826114bb0ee0b460db78bd3f305e7b04f9 (diff)
refactor: use a bigger terminal font sizeHEADmaster
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources6
1 files changed, 3 insertions, 3 deletions
diff --git a/.Xresources b/.Xresources
index 845497b..17af549 100644
--- a/.Xresources
+++ b/.Xresources
@@ -88,7 +88,7 @@ URxvt.visualBell: false
*.color20: base04_gray4
*.color21: base06_gray5
-XTerm.vt100.faceName: Roboto Mono:size=10:antialias=true
+XTerm.vt100.faceName: Roboto Mono:size=11:antialias=true
XTerm.vt100.font: -misc-roboto mono-medium-r-normal--10-100-75-75-m-60-iso8859-1
XTerm.vt100.translations: #override \n\
@@ -97,10 +97,10 @@ XTerm.vt100.translations: #override \n\
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font()
-URxvt.font: xft: Roboto Mono:size=10:antialias=true
+URxvt.font: xft: Roboto Mono:size=11:antialias=true
! below requires the resize-font perl extension
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-equal: resize-font:bigger
URxvt.keysym.C-0: resize-font:reset
-URxvt.keysym.C-question: resize-font:show
+URxvt.keysym.C-question: resize-font:show \ No newline at end of file