From c64683a26afd6e76f0d271ee578a56736f9d742b Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sat, 8 Jul 2023 03:14:41 -0400 Subject: feat: urxvt resize font binds --- .Xresources | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index 39ab85c..f11f0c6 100644 --- a/.Xresources +++ b/.Xresources @@ -237,3 +237,8 @@ XTerm.vt100.translations: #override \n\ Ctrl plus: larger-vt-font() URxvt.font: xft: JetBrains Mono:size=10:antialias=true +! below requires the resize-font perl extension +URxvt.keysym.C-minus: resize-font:smaller +URxvt.keysym.C-equal: resize-font:bigger +URxvt.keysym.C-0: resize-font:reset +URxvt.keysym.C-question: resize-font:show -- cgit v1.2.3