From 1b643a5221014889974dcbb8f93b8ed931ffe5eb Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 30 Jul 2026 20:37:27 +0300 Subject: [PATCH] Feat: Increase urxvt font --- .fvwm/main.m4 | 4 ++-- lib/X11/xterm | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index a98a39f..1a5d60d 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -66,8 +66,8 @@ define(`TERM_GEOM_BOTLT', TERM_GEOM`+0-0') define(`TERM_GEOM_BOTRT', TERM_GEOM`-0-0') define(`TERM_GEOM_BIG', -ifelse(eval(WIDTH < 1024), 1, `96x30', - eval(WIDTH < 1920), 1, `112x32+2-0', `127x32+1-0')) +ifelse(eval(WIDTH < 1024), 1, `96x22', + eval(WIDTH < 1920), 1, `100x24+0-0', `112x32+0-0')) define(`TERM', `urxvt') diff --git a/lib/X11/xterm b/lib/X11/xterm index 29d9126..aca9fd5 100644 --- a/lib/X11/xterm +++ b/lib/X11/xterm @@ -387,13 +387,13 @@ Rxvt*pointerColor : black Rxvt*pointerShape: draft_small #if WIDTH > 1600 -# define XFT_FONT xft:Liberation Mono:size=18 +# define XFT_FONT xft:Liberation Mono:size=20 #elif WIDTH > 1200 -# define XFT_FONT xft:Liberation Mono:size=16 +# define XFT_FONT xft:Liberation Mono:size=18 #elif WIDTH > 800 -# define XFT_FONT xft:Liberation Mono:size=14 +# define XFT_FONT xft:Liberation Mono:size=16 #else -# define XFT_FONT xft:Liberation Mono:size=12 +# define XFT_FONT xft:Liberation Mono:size=14 #endif URxvt*termName: rxvt -- 2.47.3