Browse Source

Fixed urxvt font resizing.

master
Daniel Sissom 7 months ago
parent
commit
9c189c934c
Signed by: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 3 additions and 6 deletions
  1. + 3
    - 6
      x11/Xresources

+ 3
- 6
x11/Xresources

@ -59,8 +59,7 @@ URxvt.boldFont: xft:Hack:style=Bold:size=10:antialias=true, \
xft:Hack Nerd Font Mono:style=Regular:size=10 xft:Hack Nerd Font Mono:style=Regular:size=10
! Clickable URLs ! Clickable URLs
URxvt.perl-ext-common: default,matcher,vtwheel,config-reload
!URxvt.perl-ext-common: default,matcher,vtwheel,font-size,config-reload
URxvt.perl-ext-common: default,matcher,vtwheel,config-reload,font-size
URxvt.url-launcher: /usr/bin/firefox URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1 URxvt.matcher.button: 1
@ -69,10 +68,8 @@ URxvt.matcher.button: 1
! Change font size ! Change font size
! see /usr/share/doc/urxvt-font-size-git/README.markdown for details ! see /usr/share/doc/urxvt-font-size-git/README.markdown for details
!URxvt.keysym.C-equal: perl:font-size:increase
!URxvt.keysym.C-minus: perl:font-size:decrease
URxvt.keysym.C-equal: resize-font:bigger
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-equal: font-size:increase
URxvt.keysym.C-minus: font-size:decrease
! Do not scroll with output ! Do not scroll with output
URxvt.scrollTtyOutput: false URxvt.scrollTtyOutput: false

Loading…
Cancel
Save