]> git.phdru.name Git - dotfiles.git/commitdiff
lib/X11/xterm: Update fonts
authorOleg Broytman <phd@phdru.name>
Sun, 14 Jul 2024 21:50:29 +0000 (00:50 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 14 Jul 2024 21:50:29 +0000 (00:50 +0300)
lib/X11/xterm

index 8931009df9dc9115ea1af0d8db24f423c76c11ac..589b6f64d637a121a81417eaf57bef55904fac8f 100644 (file)
@@ -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