Skip to content

Instantly share code, notes, and snippets.

@trini
Created April 2, 2019 17:49
Show Gist options
  • Save trini/d6231d32803962755186bebcce2a470d to your computer and use it in GitHub Desktop.
Save trini/d6231d32803962755186bebcce2a470d to your computer and use it in GitHub Desktop.
Current .Xresources file
!Xft.dpi : 239
Xft.antialias : false
Xft.rgba : rgb
URxvt.scrollstyle : xterm
URxvt.preeditType : Root
URxvt.scrollBar_right : true
URxvt.jumpScroll : true
URxvt.termName : rxvt
URxvt*cursorUnderline : false
URxvt*cursorBlink : true
URxvt.font : xft:DejaVuSansMono:size=8
! Tabbed extension, disable for now.
!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
! https://wiki.mpich.org/mpich/index.php/Configure_xterm_Fonts_and_Colors_for_Your_Eyeball
!TXT Normal, Normal, Cursor
!#define _foreground #dcdccc
!#define _background #1f1f1f
!#define _cursorColor #8faf9f
!URxvt*foreground : _foreground
!URxvt*background : _background
!URxvt*cursorColor : _cursorColor
!XTerm*foreground : _foreground
!XTerm*background : _background
!XTerm*cursorColor : _cursorColor
! Xpdf*fontList: -adobe-helvetica-bold-r-normal--0-0-0-0-p-0-iso8859-1
! Xpdf.initialZoom: 200
!Xcursor.size: 32
! 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
! Solarized colors
!#include "/home/trini/solarized/xresources/solarized"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment