From a348ddfb6b3e035eb47e766462c52a150faab9b8 Mon Sep 17 00:00:00 2001 From: Logan Saunders Date: Mon, 6 Jun 2016 01:21:55 -0700 Subject: [PATCH] Added extensions and fixed fonts for URxvt --- .Xresources | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.Xresources b/.Xresources index babfa0c..4e5dead 100644 --- a/.Xresources +++ b/.Xresources @@ -2,14 +2,14 @@ URxvt.*foreground: #FFFFFF URxvt.*background: #262626 URxvt.*cursorBlink: true -URxvt.*utf8: 2 -URxvt.*eightBitInput: true -URxvt.e*eightBitControl: false -URxvt.*eightBitOutput: true -Xft.antialias: true +URxvt.perl-ext-common: selection-to-clipboard,default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 +URxvt*scrollBar: false !!!!!!Font!!!!!! URxvt.font: xft:sourcecodepro:size=10 +URxvt.letterSpace: -1 !!!!!!tango color scheme!!!!!! URxvt.*color0: #1e1e1e @@ -28,9 +28,3 @@ URxvt.*color12: #729fcf URxvt.*color13: #ad7fa8 URxvt.*color14: #00f5e9 URxvt.*color15: #eeeeec - -! Render setting for cairo -> pango -> gtk - Xft.dpi: 96 - Xft.hinting: true - Xft.rgba: rgb - Xft.hintstyle: hintslight