summaryrefslogtreecommitdiffstats
path: root/terminus-fonts.Xresources.example
diff options
context:
space:
mode:
Diffstat (limited to 'terminus-fonts.Xresources.example')
-rw-r--r--terminus-fonts.Xresources.example41
1 files changed, 41 insertions, 0 deletions
diff --git a/terminus-fonts.Xresources.example b/terminus-fonts.Xresources.example
new file mode 100644
index 0000000..2982391
--- /dev/null
+++ b/terminus-fonts.Xresources.example
@@ -0,0 +1,41 @@
+! =====================================================================
+! This is the ~/.Xresources file I use for xterm and GNU emacs on my
+! 118dpi and 125dpi Laptop displays.
+!
+! On lower resolution displays, you will probably want to use slightly
+! smaller sizes. Run xfontsel(1) to find out which sizes are available.
+! =====================================================================
+
+
+! =====================================================================
+! Emacs stuff
+! =====================================================================
+Emacs.font: -*-terminus-bold-r-*-*-20-*-*-*-*-*-*-*
+
+
+! =====================================================================
+! XTerm stuff
+! =====================================================================
+! Default and menu font
+XTerm*font: -*-terminus-bold-*-*-*-20-*-*-*-*-*-*-*
+! "Unreadable": Leave it actually unreadable.
+!XTerm*font1: -*-terminus-bold-r-*-*-20-*-*-*-*-*-*-*
+! "Tiny"
+XTerm*font2: -*-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
+! "Small"
+XTerm*font3: -*-terminus-bold-*-*-*-14-*-*-*-*-*-*-*
+! "Medium"
+XTerm*font4: -*-terminus-bold-*-*-*-17-*-*-*-*-*-*-*
+! "Large"
+XTerm*font5: -*-terminus-bold-*-*-*-28-*-*-*-*-*-*-*
+! "Huge"
+XTerm*font6: -*-terminus-bold-*-*-*-32-*-*-*-*-*-*-*
+
+! Colors are a matter of personal preferences.
+XTerm*background: black
+XTerm*foreground: white
+
+
+! =====================================================================
+! End of file.
+! =====================================================================