Skip to content

Instantly share code, notes, and snippets.

@relict007
Created December 4, 2015 13:45
Show Gist options
  • Save relict007/596c6cab95ff90da887a to your computer and use it in GitHub Desktop.
Save relict007/596c6cab95ff90da887a to your computer and use it in GitHub Desktop.
Xft.autohint: 1
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.dpi:96
Xft.antialias: 1
Xft.rgba: rgb
!URxvt.inheritPixmap:true
URxvt.scrollBar:true
URxvt.scrollstyle: plain
! do not scroll with output
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
URxvt.shading:40
URxvt.fading:20
!URxvt.font:xft:proggycleancf:pixelsize=13:antialias=true
!URxvt.boldFont:xft:proggy:bold:pixelsize=13:antialias=true
URxvt*font:xft:Dejavu Sans Mono:pixelsize=18:antialias=true
URxvt*boldFont:xft:Dejavu Sans Mono:pixelsize=18:antialias=true
!URxvt.font:xft:montecarlo:pixelsize=40
!URxvt.boldFont:xft:montecarlo:bold:size=20
!URxvt.font:xft:dina:pixelsize=20:antialias=true
!URxvt.boldFont:xft:dina:bold:pixelsize=20:antialias=true
!URxvt.boldFont:xft:Terminus:bold:pixelsize=16:antialias=true
!URxvt.font:xft:Terminus:pixelsize=16:antialias=true
!URxvt*font:xft:Bitstream Vera Sans Mono:style=Regular:pixelsize=18:antialias=true
!URxvt*boldfont:xft:Bitstream Vera Sans Mono:style=Bold:pixelsize=18:antialias=true
!URxvt*font:xft:Inconsolata :style=Regular:pixelsize=20:antialias=true
!URxvt*boldfont:xft:Inconsolata:style=Bold:pixelsize=20:antialias=true
!URxvt*font : -*-dejavu sans mono-*-*-*-*-*-*-*-*-*-*-iso8859-*
URxvt.internalBorder:0
URxvt.externalBorder:0
!URxvt.perl-ext-common:default,selection,url-select,keyboard-select,clipboard
URxvt.colorUL:red
URxvt.keysym.M-u:perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.Mod4-s: perl:keyboard-select:search
URxvt.keysym.Mod4-c: perl:clipboard:copy
URxvt.keysym.Mod4-v: perl:clipboard:paste
URxvt.keysym.Mod4-C-v: perl:clipboard:paste_escaped
URxvt.underlineURLs:true
URxvt.urgentOnBell:true
URxvt.pointerBlank: true
URxvt.lineSpace: 0
Urxvt*urgentOnBell: true
URxvt.perl-lib: /home/saurabh/.rxvt-perl/urxvt-perls/
!URxvt.perl-ext-common: default,matcher,tabbed, keyboard-select
URxvt.perl-ext-common: default,matcher, keyboard-select
URxvt.urlLauncher: /usr/bin/firefox -new-tab
URxvt.matcher.button: 1
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list
URxvt.tabbed.tabbar-fg: 2
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 3
URxvt.tabbed.tab-bg: 0
URxvt*transparent: false
! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
!URxvt*.shading: 0
URxvt.depth: 32
URxvt*letterSpace: -1
*background: Black
*foreground: White
URxvt*color0: black
URxvt*color1: red3
URxvt*color2: green3
URxvt*color3: yellow3
URxvt*color4: blue2
URxvt*color5: magenta3
URxvt*color6: cyan3
URxvt*color7: gray90
URxvt*color8: grey50
URxvt*color9: red
URxvt*color10: green
URxvt*color11: yellow
URxvt*color12: blue9
URxvt*color13: magenta
URxvt*color14: cyan
URxvt*color15: white
URxvt.intensityStyles: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment