From 9dfccfe61b0d5be8032590c5f71f157886a40f3c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 4 Dec 2016 21:53:54 +0100 Subject: Add keybindings for runtime font-resizing to _URxvt_ config --- xorg/.Xresources | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xorg/.Xresources b/xorg/.Xresources index 7d8e9dc..69c2e3e 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -24,6 +24,10 @@ 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