]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - Xresources.in
urxvt: use Inconsolata as font
[config/dotfiles.git] / Xresources.in
index d544083b14fe0df96d812b5fd503cfb72e9361d2..dc2ff0918f7fc31b8c0acc3d247cb94fb2ef64bd 100644 (file)
@@ -65,6 +65,10 @@ XTerm.termName: xterm-256color
 
 ! MISC TERMINAL SETTINGS
 
+! Use Inconsolata as default font, SourceCodePro for replacement characters
+! (e.g. greek letters).
+Rxvt.font: xft:Inconsolata:size=13pt,xft:SourceCodePro-Regular:size=13pt
+
 ! Disable the scrollback buffer. I use screen/tmux so it is not necessary and
 ! only wastes memory.
 XTerm*saveLines: 0
@@ -80,6 +84,7 @@ XTerm*metaSendsEscape: true
 
 ! Disable support to enter non-ASCII keys by pressing Ctrl-Shift-<Keycode>.
 ! Either use digraph support in vim/screen or use the compose key instead.
+! NOTE: If enabled can also be used to display used font for characters.
 Rxvt*iso14755: false
 Rxvt*iso14755_52: false