Skip to content

Instantly share code, notes, and snippets.

@colegleason
Created April 11, 2012 13:20
Show Gist options
  • Select an option

  • Save colegleason/2359249 to your computer and use it in GitHub Desktop.

Select an option

Save colegleason/2359249 to your computer and use it in GitHub Desktop.
Yay for urxvt
! Urxvt theme from: http://crunchbanglinux.org/forums/topic/9935/post-your-xdefaults-and-terminal-apps-colorschemes-with-screenshot/
URxvt.perl-ext-common: default,matcher,tabbedex
!enabling clickable links:
URxvt.urlLauncher: /usr/bin/firefox
URxvt.matcher.button: 1
!urxvt scrolling options and cursor style:
URxvt*saveLines: 12000
URxvt*scrollstyle:plain
URxvt*scrollBar: false
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
! urxvt tabs settings:
URxvt.tabbed.tabbar-fg: 2
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 2
URxvt.tabbed.tab-bg: 8
URxvt.tabbed.autohide: yes
URxvt.tabbed.new-button: no
URxvt.tabbed.title: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment