! .Xresources replaces .Xdefaults. ! While .Xdefaults sometimes had to be manually reloaded like ! `xrdb ~/.Xdefaults`, .Xresources generally gets applied automatically. ! We can still force reload like `xrdb ~/.Xresources` if desired. ! Check the current state with `xrdb -query`. ! Run `xdpyinfo | grep dots` to find display DPI, if not correct by default. ! Xft.dpi: 96 Xft.rgba: rgb Xft.lcdfilter: lcddefault Xft.embeddedbitmap: false Xft.antialias: true Xft.autohint: false Xft.hinting: true Xft.hintstyle: hintslight Xft*rgba: rgb Xft*lcdfilter: lcddefault Xft*embeddedbitmap: false Xft*antialias: true Xft*autohint: false Xft*hinting: true Xft*hintstyle: hintslight ! *.font: xft:DejaVu Sans Mono:antialias=true:autohint=true:hinting=false:pixelsize=11 ! *.font: xft:Liberation Mono:antialias=true:autohint=true:hinting=false:pixelsize=12 *.font: xft:Ubuntu Mono:pixelsize=14 URxvt.background: Gray18 URxvt.boldFont: xft:Ubuntu Mono:Bold:pixelsize=14 URxvt.color12: rgb:5c/5c/ff URxvt.cursorBlink: 0 URxvt.cursorColor: rgb:ce/5c/00 URxvt.dynamicColors: on URxvt.fading: 7 URxvt.font: xft:Ubuntu Mono:pixelsize=14 URxvt.foreground: White URxvt.imLocale: en_US.UTF-8 URxvt.iso14755: true URxvt.iso14755_52: false URxvt.letterSpace: 0 URxvt.lineSpace: 3 URxvt.matcher.button: 3 URxvt.perl-ext-common: default,matcher URxvt.saveLines: 5000 URxvt.scrollBar: false URxvt.scrollTtyOutput: false URxvt.scrollWithBuffer: true URxvt.scrollTtyKeypress: true URxvt.termName: rxvt-unicode-256color URxvt.urlLauncher: $HOME/bin/firefox/firefox *customization: -color XTerm*termName: xterm-256color XTerm*background: Gray18 XTerm*Foreground: #FF7E00 XTerm*saveLines: 16000 XTerm*scrollBar: false XTerm*scrollTtyOutput: false XTerm*scrollTtyKeypress: true XTerm*jumpScroll: true XTerm*utf8: true XTerm*renderFont: true XTerm*faceName: Liberation Mono XTerm*faceSize: 10 xclock*width: 164 xclock*height: 164 xclock*foreground: #FF7E00 xclock*background: Gray22 xclock*hands: #FF7E00 xclock*hourColor: White xclock*minuteColor: #FF7E00 xclock*secondColor: Red xclock*majorColor: White xclock*minorColor: #FF7E00