From 7b566f7e88faa91185b653f9ab964ffe5dfac894 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 25 Dec 2016 21:58:49 +0100 Subject: Use plugin for dynamic font resizing in `urxvt`, decrease letter spacing --- xorg/.Xresources | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/xorg/.Xresources b/xorg/.Xresources index 69c2e3e..384b04b 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,12 +1,13 @@ URxvt.saveLines: 10000 URxvt.scrollBar: false -URxvt.font: xft:Fantasque Sans Mono:pixelsize=12 +URxvt.font: xft:Fantasque Sans Mono:size=10 +URxvt.letterSpace: -1 URxvt.transparent: false URxvt.inheritPixmap: false URxvt.fading: 20 URxvt.dynamicColors: on -URxvt.perl-ext-common: default,matcher,clipboard +URxvt.perl-ext-common: default,matcher,clipboard,resize-font URxvt.matcher.button: 1 URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] URxvt.url-launcher: firefox @@ -24,10 +25,6 @@ URxvt.keysym.M-Right: \033[1;3C URxvt.keysym.M-c: perl:clipboard:copy URxvt.keysym.M-v: perl:clipboard:paste -URxvt.keysym.Control-minus: command:\033]710;xft:Fantasque Sans Mono:pixelsize=10\007 -URxvt.keysym.Control-0: command:\033]710;xft:Fantasque Sans Mono:pixelsize=12\007 -URxvt.keysym.Control-plus: command:\033]710;xft:Fantasque Sans Mono:pixelsize=14\007 - URxvt.background: #161616 URxvt.foreground: #F2F2F2 -- cgit v1.2.3