From f310276aae9dad1a1bf439a8319e390bf90c087b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 14 Oct 2012 00:54:26 +0200 Subject: Even more urxvt stuff --- .Xresources | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index 27acc6d..d0421e7 100644 --- a/.Xresources +++ b/.Xresources @@ -1,9 +1,7 @@ !!!! ! urxvt config !!!! - -! font (FIXME: some better hinting?) -URxvt.font: xft:Inconsolata:size=11 +URxvt.font: xft:Inconsolata:size=12 ! display icon URxvt.iconFile: /usr/share/icons/hicolor/scalable/apps/Terminal.svg @@ -16,13 +14,26 @@ 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 -- cgit v1.2.3