From 1142d32e72b794c8069dcc2bd074c87632427939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Fri, 12 Oct 2012 18:22:21 +0200 Subject: Moar urxvt settings --- .Xresources | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index 2de31b9..27acc6d 100644 --- a/.Xresources +++ b/.Xresources @@ -1,13 +1,34 @@ +!!!! ! urxvt config -URxvt.font: xft:Inconsolata:size=11:hintstyle=full -URxvt.scrollstyle: plain +!!!! + +! font (FIXME: some better hinting?) +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 + +! 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-ext-common: default,url-select + +! 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 -- cgit v1.2.3