From c7dac4c7ddb106e13d98a28f311e2ff9561ff9f8 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 15 Oct 2016 23:59:46 -0400 Subject: Add urxvt config on pincer. --- Xresources-pincer | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Xresources-pincer') 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 -- cgit v1.2.3