summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-10-12 18:22:21 +0200
committerRené Neumann <rene.neumann@in.tum.de>2012-10-12 18:22:21 +0200
commit1142d32e72b794c8069dcc2bd074c87632427939 (patch)
tree754877b8a7eb8af55dc35e4f24571e142623beea /.Xresources
parentcb4dc57a035e3baa4664fccf3a18894fd2fcccf7 (diff)
downloaddotfiles-1142d32e72b794c8069dcc2bd074c87632427939.tar.gz
dotfiles-1142d32e72b794c8069dcc2bd074c87632427939.tar.bz2
dotfiles-1142d32e72b794c8069dcc2bd074c87632427939.zip
Moar urxvt settings
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources25
1 files changed, 23 insertions, 2 deletions
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