summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-29 10:01:33 +0100
committerAnton Khirnov <anton@khirnov.net>2023-01-29 10:01:33 +0100
commit9019aad1e84072e8a80ee5538ad11aad55831151 (patch)
tree5845e63c5af165fd5613180264a09233daadbcc9
parent94aa19c42b640fc58aeb954628862748bf08750b (diff)
Xresources/urxvt: enable the font-size extension
Allows to dynamically change font size.
-rw-r--r--dotfiles/Xresources4
1 files changed, 4 insertions, 0 deletions
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