Skip to content

Instantly share code, notes, and snippets.

@boznius
Created April 17, 2017 14:03
Show Gist options
  • Save boznius/611f7a3317a342599b20f4daa3c94f1f to your computer and use it in GitHub Desktop.
Save boznius/611f7a3317a342599b20f4daa3c94f1f to your computer and use it in GitHub Desktop.
.Xresources-hidpi
Xft.dpi : 227
Xft.antialias: false
Xft.rgba: rgb
URxvt.scrollstyle: xterm
URxvt.background: black
URxvt.foreground: gray
URxvt.preeditType: Root
URxvt.scrollBar_right: true
URxvt.jumpScroll: true
URxvt.perl-ext-common: tabbed
URxvt.tabbed.tabbar-fg: 2
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 3
URxvt.tabbed.tab-bg: 0
URxvt.termName: rxvt
URxvt.geometry: 83x27
urxvt.font: xft:DejaVuSansMono:size=8
Xpdf*fontList: -adobe-helvetica-bold-r-normal--0-0-0-0-p-0-iso8859-1
Xpdf.initialZoom: 200
Xcursor.size: 64
With the following, the width should be $((11*COLUMNS+13)) pixels;
! in contrast, the fixed = 6x13 bitmap font is typically used on a
! low-definition screen, giving a width of $((6*COLUMNS+13)) pixels.
XTerm*faceName: Monospace
XTerm*faceSize: 10
! For xterm menus. This font is large enough, but a bit ugly.
XTerm*font: -adobe-helvetica-bold-r-normal--0-0-0-0-p-0-iso8859-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment