diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-10-21 22:18:54 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-10-21 22:18:54 -0400 |
commit | 8e6bcd805de72beab6f4833b254027b601d6db15 (patch) | |
tree | 0b472943e63e22b528576440ccf9f9a4eee61a3d /Xresources-pincer | |
parent | 390d96035fb0c59ecc83832c1fea7317ff486c0c (diff) | |
parent | 9b1c2784b1f3b0ac101c99a614594c69f3178e5f (diff) |
Merge branch 'master' of sabaki:/storage/projects/dotfiles
Diffstat (limited to 'Xresources-pincer')
-rw-r--r-- | Xresources-pincer | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Xresources-pincer b/Xresources-pincer index c71dfdc..93f706c 100644 --- a/Xresources-pincer +++ b/Xresources-pincer @@ -2,6 +2,7 @@ urxvt*font: xft:dejavu sans mono:size=13:antialias=true !urxvt*font: xft:inconsolata:size=14:antialias=true urxvt*scrollBar: false URxvt*termName: xterm-256color +Xterm*termName: xterm-256color urxvt*foreground: white urxvt*background: black @@ -22,3 +23,16 @@ urxvt*background: black *color13: #AD7FA8 *color14: #fcaf3e *color15: #EEEEEC + +URxvt.keysym.M-c: perl:clipboard:copy +URxvt.keysym.M-v: perl:clipboard:paste +URxvt.saveLines: 40000 + +URxvt.perl-ext-common: default,matcher,resize-font,clipboard +URxvt.clipboard.autocopy: true +URxvt.resize-font.smaller: C-Down +URxvt.resize-font.bigger: C-Up +URxvt.iso14755: false +URxvt.iso14755_52: false +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 |