diff options
| -rw-r--r-- | .Xresources | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources index 39ab85c..f11f0c6 100644 --- a/.Xresources +++ b/.Xresources @@ -237,3 +237,8 @@ XTerm.vt100.translations: #override \n\ Ctrl <Key> 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 |
