X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=Xresources.in;h=dc2ff0918f7fc31b8c0acc3d247cb94fb2ef64bd;hp=d544083b14fe0df96d812b5fd503cfb72e9361d2;hb=0862795f9ba00a7f611c084d3e736ac05b637f9a;hpb=e210a281b654bbcf1180c2087dd4feb1c48733dd diff --git a/Xresources.in b/Xresources.in index d544083..dc2ff09 100644 --- a/Xresources.in +++ b/Xresources.in @@ -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-. ! 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