From: Oleg Broytman Date: Sun, 14 Jul 2024 21:50:29 +0000 (+0300) Subject: lib/X11/xterm: Update fonts X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=d7ef0fe7c807c7302f3fa4d29aa1d840bc0293fb;p=dotfiles.git lib/X11/xterm: Update fonts --- diff --git a/lib/X11/xterm b/lib/X11/xterm index 8931009..589b6f6 100644 --- a/lib/X11/xterm +++ b/lib/X11/xterm @@ -1,7 +1,10 @@ ! ! XTerm ! -#if WIDTH > 640 +#if WIDTH > 1900 +! 1920x1080 +# define XTERM_GEOMETRY 80x32 +#elif WIDTH > 1024 # define XTERM_GEOMETRY 80x30 #else ! 640x480 @@ -378,13 +381,13 @@ Rxvt*color7 : lightgrey Rxvt*color15 : white #if WIDTH > 1600 -# define XFT_FONT xft:Monospace:size=18 +# define XFT_FONT xft:Liberation Mono:size=18 #elif WIDTH > 1200 -# define XFT_FONT xft:Monospace:size=16 +# define XFT_FONT xft:Liberation Mono:size=16 #elif WIDTH > 800 -# define XFT_FONT xft:Monospace:size=14 +# define XFT_FONT xft:Liberation Mono:size=14 #else -# define XFT_FONT xft:Monospace:size=12 +# define XFT_FONT xft:Liberation Mono:size=12 #endif URxvt*termName: rxvt