From 645bed751ca3e72fb95a20e885ccf1911b9f9482 Mon Sep 17 00:00:00 2001 From: Joseph Groocock Date: Fri, 1 Apr 2016 16:27:19 +0100 Subject: [PATCH] Add controllable font-size to URxvt --- .Xresources | 7 ++++++- packages | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index 6d979cc..cecaec4 100644 --- a/.Xresources +++ b/.Xresources @@ -38,12 +38,17 @@ urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=10.6 urxvt.iso14755: false urxvt.iso14755_52: false -urxvt.perl-ext-common: default,clipboard,vtwheel +urxvt.perl-ext-common: default,clipboard,vtwheel,font-size urxvt.keysym.Shift-Control-C: perl:clipboard:copy urxvt.keysym.Shift-Control-V: perl:clipboard:paste urxvt.url-launcher: /usr/bin/google-chrome-stable urxvt.matcher.button: 1 +urxvt.keysym.C-Up: font-size:increase +urxvt.keysym.C-Down: font-size:decrease +urxvt.keysym.C-S-Up: font-size:incglobal +urxvt.keysym.C-S-Down: font-size:decglobal + Xft.lcdfilter: lcddefault ! special diff --git a/packages b/packages index bef5fa3..a44a831 100644 --- a/packages +++ b/packages @@ -74,6 +74,7 @@ teamspeak3-soundpack-portal tree ttf-font-awesome unzip +urxvt-font-size-git urxvt-perls urxvt-vtwheel wget