-
-
Save oshadura/e64281ad00b137cf09aee7d5a9d3e109 to your computer and use it in GitHub Desktop.
.Xresources-hidpi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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