From 9019aad1e84072e8a80ee5538ad11aad55831151 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 29 Jan 2023 10:01:33 +0100 Subject: Xresources/urxvt: enable the font-size extension Allows to dynamically change font size. --- dotfiles/Xresources | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index e832883..5f4389d 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -44,6 +44,10 @@ URxvt.reselect.pattern.0: \\w\\S{4,} URxvt.reselect.hint.backgroundColor: 30 URxvt.reselect.hint.foregroundColor: 232 +URxvt.perl-ext-common: default,font-size + +URxvt.keysym.C-slash: font-size:show + URxvt.urgentOnBell: true URxvt.saveLines: 16384 -- cgit v1.2.3