-
-
Save r1w1s1/a42efcde5c99f2298b24c7bfe77d4826 to your computer and use it in GitHub Desktop.
My urxvt config.
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
!! Appearance | |
urxvt.termName: rxvt-unicode | |
urxvt.scrollBar: false | |
urxvt.background: black | |
urxvt.foreground: gray | |
!! Font prefferenes | |
urxvt.font: xft:DejaVu Sans Mono:pixelsize=13 | |
urxvt.boldFont: xft:DejaVu Sans Mono:pixelsize=13:weight=bold | |
urxvt.letterSpace: -1 | |
!! Larger history limit | |
urxvt.saveLines: 1000000 | |
!! Perl extensions | |
urxvt.perl-ext-common: default,matcher,font-size | |
!! Open urls in browser with Control-Click | |
urxvt.urlLauncher: /usr/bin/firefox | |
urxvt.matcher.button: C1 | |
!! Change font size on Control-Plus/Minus | |
URxvt.keysym.Control-0x2b: perl:font-size:increase | |
URxvt.keysym.Control-0x2d: perl:font-size:decrease | |
!! Yeah, I am one of those, who use these keys in Vim :-( | |
urxvt.keysym.Home: \033[1~ | |
urxvt.keysym.End: \033[4~ | |
urxvt.keysym.Control-Up: \033[1;5A | |
urxvt.keysym.Control-Down: \033[1;5B | |
urxvt.keysym.Control-Left: \033[1;5D | |
urxvt.keysym.Control-Right: \033[1;5C | |
!! Tango color theme | |
!! Strange - it matches tango from gnome-terminal, but looks different | |
URxvt.color0: rgb:00/00/00 | |
URxvt.color1: rgb:CC/00/00 | |
URxvt.color2: rgb:4E/9A/06 | |
URxvt.color3: rgb:C4/A0/00 | |
URxvt.color4: rgb:34/65/A4 | |
URxvt.color5: rgb:75/50/7B | |
URxvt.color6: rgb:06/98/9A | |
URxvt.color7: rgb:D3/D7/CF | |
URxvt.color8: rgb:55/57/53 | |
URxvt.color9: rgb:EF/29/29 | |
URxvt.color10: rgb:8A/E2/34 | |
URxvt.color11: rgb:FC/E9/4F | |
URxvt.color12: rgb:72/9F/CF | |
URxvt.color13: rgb:AD/7F/A8 | |
URxvt.color14: rgb:34/E2/E2 | |
URxvt.color15: rgb:EE/EE/EC | |
URxvt.colorBD: rgb:ff/ff/ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment