diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-10-21 22:18:16 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-10-21 22:18:16 -0400 |
commit | 9b1c2784b1f3b0ac101c99a614594c69f3178e5f (patch) | |
tree | cac83c874d0fdca0f48a951d073b26a269c0c65e /Xresources-pincer | |
parent | 0037e0c22e17039cbe1856e4fbf7b53434cb6fb8 (diff) | |
parent | 27ee6b1aaf71715da579633f2f8e1a7baa0224c8 (diff) |
Merge branch 'master' of sabaki.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'Xresources-pincer')
-rw-r--r-- | Xresources-pincer | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Xresources-pincer b/Xresources-pincer index 0ce5f98..93f706c 100644 --- a/Xresources-pincer +++ b/Xresources-pincer @@ -1,6 +1,8 @@ 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 @@ -21,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 |