i3 / i3lock

improved screen locker
https://i3wm.org/i3lock
BSD 3-Clause "New" or "Revised" License
921 stars 404 forks source link

i3lock should respect Xft.dpi #184

Closed stapelberg closed 6 years ago

stapelberg commented 6 years ago

Currently, i3lock calculates the DPI by querying the display height (in mm) and resolution (in pixels). This is what we used to do in i3, but we should respect Xft.dpi if set, and only fall back to this mechanism.