Created
April 11, 2012 13:20
-
-
Save colegleason/2359249 to your computer and use it in GitHub Desktop.
Yay for urxvt
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
| ! 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