diff options
| author | Blista Kanjo | 2023-07-08 03:14:41 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-08 03:14:41 -0400 |
| commit | c64683a26afd6e76f0d271ee578a56736f9d742b (patch) | |
| tree | 676723c6c05f4302d3418812228ec5389936608f /.Xresources | |
| parent | a297845f00158d9cca2330e973998b0010e7a235 (diff) | |
feat: urxvt resize font binds
Diffstat (limited to '.Xresources')
| -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 |
