Update cherry font config
This commit is contained in:
parent
35f3ec6db1
commit
a7810ba47d
|
@ -7,8 +7,8 @@ Xft.rgba : rgb
|
||||||
Xcursor.size : 16
|
Xcursor.size : 16
|
||||||
!URxvt*font: -uw-ttyp0-medium-r-normal--13-*-*-*-*-*-iso8859-1
|
!URxvt*font: -uw-ttyp0-medium-r-normal--13-*-*-*-*-*-iso8859-1
|
||||||
!URxvt*boldFont: -uw-ttyp0-bold-r-normal--13-*-*-*-*-*-iso8859-1
|
!URxvt*boldFont: -uw-ttyp0-bold-r-normal--13-*-*-*-*-*-iso8859-1
|
||||||
URxvt*font: -t-cherry-medium-r-normal--13-*-*-*-*-*-iso8859-1
|
URxvt*font: -t-cherry-medium-r-normal--13-*-*-*-*-*-iso10646-1
|
||||||
URxvt*boldFont: -t-cherry-bold-r-normal--13-*-*-*-*-*-iso8859-1
|
URxvt*boldFont: -t-cherry-bold-r-normal--13-*-*-*-*-*-iso10646-1
|
||||||
URxvt.iso14755: false
|
URxvt.iso14755: false
|
||||||
URxvt.geometry: 72x18
|
URxvt.geometry: 72x18
|
||||||
URxvt*letterSpace: 0
|
URxvt*letterSpace: 0
|
||||||
|
|
|
@ -46,7 +46,7 @@ set -x FFF_COL2 8
|
||||||
set -x FFF_FAV1 /home/coolneng/Nextcloud/Documents/Uni
|
set -x FFF_FAV1 /home/coolneng/Nextcloud/Documents/Uni
|
||||||
set -x FFF_FAV2 /home/coolneng/Nextcloud/Documents/Papers
|
set -x FFF_FAV2 /home/coolneng/Nextcloud/Documents/Papers
|
||||||
set -x FFF_FAV3 /home/coolneng/Nextcloud/Documents/Books/Academic/
|
set -x FFF_FAV3 /home/coolneng/Nextcloud/Documents/Books/Academic/
|
||||||
set -x FFF_FAV4 /home/coolneng/Nextcloud/Documents/Extracurricular/
|
set -x FFF_FAV4 /home/coolneng/Nextcloud/Documents/Education/
|
||||||
|
|
||||||
# Gnome Keyring
|
# Gnome Keyring
|
||||||
if test -n "$DESKTOP_SESSION"
|
if test -n "$DESKTOP_SESSION"
|
||||||
|
|
|
@ -41,6 +41,13 @@
|
||||||
</patelt>
|
</patelt>
|
||||||
</pattern>
|
</pattern>
|
||||||
</acceptfont>
|
</acceptfont>
|
||||||
|
<acceptfont>
|
||||||
|
<pattern>
|
||||||
|
<patelt name="family">
|
||||||
|
<string>cherry</string>
|
||||||
|
</patelt>
|
||||||
|
</pattern>
|
||||||
|
</acceptfont>
|
||||||
<rejectfont>
|
<rejectfont>
|
||||||
<pattern>
|
<pattern>
|
||||||
<patelt name="scalable">
|
<patelt name="scalable">
|
||||||
|
|
Loading…
Reference in New Issue