Skip to content

Instantly share code, notes, and snippets.

@yuntsewu
Created March 24, 2017 20:53
Show Gist options
  • Save yuntsewu/a9815199fdf7cf4dd7c93a5a591735fa to your computer and use it in GitHub Desktop.
Save yuntsewu/a9815199fdf7cf4dd7c93a5a591735fa to your computer and use it in GitHub Desktop.
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: false
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
URxvt*background: rgba:0000/0000/0200/c800
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.fading: 0
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 10000
URxvt.internalBorder: 0
URxvt.lineSpace: 0
! Fonts
URxvt.allow_bold: false
URxvt*font: xft:Monospace:pixelsize=14
URxvt*boldFont: xft:Monospace:pixelsize=14
! Fix font space
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.urlLauncher: google-chrome
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment