mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
xresources: don't use XFT for Terminus
We could also set the bold font but this is useless since the bold font is the same as the regular font for 12px size.
This commit is contained in:
parent
112e1cf091
commit
0c8314990d
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ URxvt.scrollWithBuffer: True
|
|||
URxvt.jumpScroll: True
|
||||
URxvt.saveLines: 5000
|
||||
|
||||
URxvt.font: xft:Terminus-9
|
||||
URxvt.font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-1
|
||||
!URxvt.boldFont: -xos4-terminus-bold-*-*-*-12-*-*-*-*-*-iso10646-1
|
||||
!URxvt.font: xft:Terminus-9
|
||||
|
||||
URxvt.iso14755: False
|
||||
URxvt.perl-ext-common: default,-option-popup,-selection-popup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue