summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-10-14 00:54:26 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-10-14 00:54:27 +0200
commitf310276aae9dad1a1bf439a8319e390bf90c087b (patch)
tree1fdb99482ff7f5ecf2e4ba33d45a2e7ec6b08723 /.Xresources
parent0947c23a03a252f62cbb7b19fec19482a07492d8 (diff)
downloaddotfiles-f310276aae9dad1a1bf439a8319e390bf90c087b.tar.gz
dotfiles-f310276aae9dad1a1bf439a8319e390bf90c087b.tar.bz2
dotfiles-f310276aae9dad1a1bf439a8319e390bf90c087b.zip
Even more urxvt stuff
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources17
1 files changed, 14 insertions, 3 deletions
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