Closed blueyed closed 9 years ago
You are not missing anything. Broke with the move to pangocairo. I am unsure how pango cairo determines dpi?
I added an override option to git, can you test?
rofi -dpi 177
or:
rofi.dpi: 177
in Xresources
Please check if current git fixes it.
rofi -dpi
works, thanks!
For reference: https://github.com/DaveDavenport/rofi/commit/cb9dd606aa80387ccaf434f7bf575bf7018ef058
Could this default to Xft.dpi
?
no. that would be incorrect. It will obey a generic dpi setting (that also xft should then pick up):
*.dpi: 189
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For some reason the DPI on a new machine does not get picked up properly currently anymore, but if I remember correctly it worked in the beginning.
I am using
xrandr -dpi 176
to configure this, and also have a xsettingsd instance, which servesXft/DPI 180224
(176*1024).Any idea what I am missing?
Ref: https://github.com/DaveDavenport/rofi/issues/171#issuecomment-105314810