URxvt.font ignoring font size [on hold]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have tried any and all combinations of the URxvt.font
but it just isn't working. This is how my .Xresources
file looks like:
! URxvt
URxvt.foreground: white
URxvt.font: xft:monospace:size=10.5
URxvt.letterSpace: -1
URxvt.depth: 32
URxvt.background: [90]#000000
URxvt.scrollBar: false
! Xft
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
Xft.dpi: 120
However it doesn't care if I set size
to 10.5
or 100.5
, the size won't change. Even xrdb -query
shows it's set to size=100.5
but all the text would be very small. It only happens with the monospace
font (which is mapped to Inconsolata). Any other font gets resized just fine. pixelsize
works, too, but I need to use size
because it lets the font scale according to Xft.dpi
.
x-resources xrdb
put on hold as off-topic by Thomas Dickey, mosvy, Isaac, Jeff Schaller, RalfFriedl 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Thomas Dickey, mosvy, Isaac, Jeff Schaller, RalfFriedl
add a comment |
up vote
0
down vote
favorite
I have tried any and all combinations of the URxvt.font
but it just isn't working. This is how my .Xresources
file looks like:
! URxvt
URxvt.foreground: white
URxvt.font: xft:monospace:size=10.5
URxvt.letterSpace: -1
URxvt.depth: 32
URxvt.background: [90]#000000
URxvt.scrollBar: false
! Xft
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
Xft.dpi: 120
However it doesn't care if I set size
to 10.5
or 100.5
, the size won't change. Even xrdb -query
shows it's set to size=100.5
but all the text would be very small. It only happens with the monospace
font (which is mapped to Inconsolata). Any other font gets resized just fine. pixelsize
works, too, but I need to use size
because it lets the font scale according to Xft.dpi
.
x-resources xrdb
put on hold as off-topic by Thomas Dickey, mosvy, Isaac, Jeff Schaller, RalfFriedl 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Thomas Dickey, mosvy, Isaac, Jeff Schaller, RalfFriedl
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have tried any and all combinations of the URxvt.font
but it just isn't working. This is how my .Xresources
file looks like:
! URxvt
URxvt.foreground: white
URxvt.font: xft:monospace:size=10.5
URxvt.letterSpace: -1
URxvt.depth: 32
URxvt.background: [90]#000000
URxvt.scrollBar: false
! Xft
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
Xft.dpi: 120
However it doesn't care if I set size
to 10.5
or 100.5
, the size won't change. Even xrdb -query
shows it's set to size=100.5
but all the text would be very small. It only happens with the monospace
font (which is mapped to Inconsolata). Any other font gets resized just fine. pixelsize
works, too, but I need to use size
because it lets the font scale according to Xft.dpi
.
x-resources xrdb
I have tried any and all combinations of the URxvt.font
but it just isn't working. This is how my .Xresources
file looks like:
! URxvt
URxvt.foreground: white
URxvt.font: xft:monospace:size=10.5
URxvt.letterSpace: -1
URxvt.depth: 32
URxvt.background: [90]#000000
URxvt.scrollBar: false
! Xft
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
Xft.dpi: 120
However it doesn't care if I set size
to 10.5
or 100.5
, the size won't change. Even xrdb -query
shows it's set to size=100.5
but all the text would be very small. It only happens with the monospace
font (which is mapped to Inconsolata). Any other font gets resized just fine. pixelsize
works, too, but I need to use size
because it lets the font scale according to Xft.dpi
.
x-resources xrdb
x-resources xrdb
asked Nov 17 at 2:21
arielnmz
283213
283213
put on hold as off-topic by Thomas Dickey, mosvy, Isaac, Jeff Schaller, RalfFriedl 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Thomas Dickey, mosvy, Isaac, Jeff Schaller, RalfFriedl
put on hold as off-topic by Thomas Dickey, mosvy, Isaac, Jeff Schaller, RalfFriedl 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Thomas Dickey, mosvy, Isaac, Jeff Schaller, RalfFriedl
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Ok, so after a very intensive session of trial and error I discovered that fontconfig actually overrides Xresources
, and since I had set size to <int>10</int>
in my font.conf
file, it was overriding the size I set with Xresources
.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Ok, so after a very intensive session of trial and error I discovered that fontconfig actually overrides Xresources
, and since I had set size to <int>10</int>
in my font.conf
file, it was overriding the size I set with Xresources
.
add a comment |
up vote
1
down vote
Ok, so after a very intensive session of trial and error I discovered that fontconfig actually overrides Xresources
, and since I had set size to <int>10</int>
in my font.conf
file, it was overriding the size I set with Xresources
.
add a comment |
up vote
1
down vote
up vote
1
down vote
Ok, so after a very intensive session of trial and error I discovered that fontconfig actually overrides Xresources
, and since I had set size to <int>10</int>
in my font.conf
file, it was overriding the size I set with Xresources
.
Ok, so after a very intensive session of trial and error I discovered that fontconfig actually overrides Xresources
, and since I had set size to <int>10</int>
in my font.conf
file, it was overriding the size I set with Xresources
.
answered 2 days ago
arielnmz
283213
283213
add a comment |
add a comment |