freebsd-ports/x11/urxvt-font-size/files/pkg-message.in
Dave Cottlehuber 3240eefaea new port: x11/urxvt-font-size
A perl extension for x11/rxvt-unicode that allows changing the
font size on the fly with keyboard shortcuts.

WWW: https://github.com/majutsushi/urxvt-font-size

Reviewed by:	mat, jrm (mentor)
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D12463
2017-10-07 18:31:16 +00:00

12 lines
260 B
Text

To enable this urxvt extension, modify ~/.Xresources as follows:
URxvt.perl-ext-common: ...,font-size
The extension automatically binds:
- Ctrl++ to 'increase'
- Ctrl+- to 'decrease'
- Ctrl+0 to 'reset'
For further customization consult
%%DOCSDIR%%/README