!!!! ! urxvt config !!!! URxvt.font: xft:Inconsolata:size=11 ! display icon URxvt.iconFile: /usr/share/icons/hicolor/scalable/apps/Terminal.svg ! nice scrollbar URxvt.scrollstyle: plain URxvt.scrollBar_right: true URxvt.saveLines: 5000 ! scroll back on keypress URxvt.scrollTtyKeypress: true ! enable scrollwheel in secondary screens (man, less, ...) URxvt.secondaryWheel: true URxvt.secondaryScroll: false ! scroll one line with Shift-{Up,Down} URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007 ! perl-modules !URxvt.perl-lib: /home/necoro/dev/tabbedex/ URxvt.perl-ext-common: default,url-select ! tabbing -- disabled for the moment... tabbedex consumes memory like no good URxvt.tabbed.autohide: true URxvt.tabbed.title: false URxvt.tabbed.no-tabbedex-keys: true URxvt.keysym.M-t: perl:tabbedex:new_tab URxvt.keysym.M-Left: perl:tabbedex:prev_tab URxvt.keysym.M-Right: perl:tabbedex:next_tab ! url-select via M-u URxvt.url-select.launcher: /home/necoro/bin/openlink URxvt.keysym.M-u: perl:url-select:select_next URxvt.url-select.underline: true ! colors URxvt.background: #000000 URxvt.foreground: #FFFFFF !black URxvt.color0: #000000 URxvt.color8: #555555 !red URxvt.color1: #AA0000 URxvt.color9: #FF5555 !green URxvt.color2: #00AA00 URxvt.color10: #55FF55 !yellow URxvt.color3: #AA5500 URxvt.color11: #FFFF55 !blue URxvt.color4: #0000AA URxvt.color12: #5555FF !magenta URxvt.color5: #AA00AA URxvt.color13: #FF55FF !cyan URxvt.color6: #00AAAA URxvt.color14: #55FFFF !white URxvt.color7: #AAAAAA URxvt.color15: #FFFFFF