simmel / urxvt-resize-font

URxvt Perl extension for resizing the font
219 stars 37 forks source link

X11 font support, configurable step size #3

Closed esyr closed 6 years ago

simmel commented 6 years ago

Uh, I'm so sorry that I haven't responded to this but I never got any notification about this PR.

Can you post a config which can be used for testing?

esyr commented 6 years ago

I'm using it with the following configuration:

URxvt*font: -*-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-iso10646-*
URxvt*boldFont: -*-fixed-bold-r-semicondensed-*-13-*-*-*-*-*-iso10646-*

URxvt.resize-font.step: 1
simmel commented 6 years ago

Thanks for the contribution! I reworked your patch somewhat to avoid using a regex (since it was possible).