You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I am able to run this as a systemd user service, I've realized after switching to laptop screen again, some of the fonts (window manager's) are started to show huge. Do you set/assume any DPI or anything which can affect it?
I am not even sure how to debug this, doesn't happen with autorandr and I guess we currently can't see the commands autorandrd is giving (e.g. verbose output).
The text was updated successfully, but these errors were encountered:
Heh, yeah, There's a TODO in the code about this. autorandrd does not call xrandr, so I would have to have some verbose output option. I'll make a verbose output option soon.
The mm_w and mm_h variables are passed to the randr_set_screen_size call, which probably affects DPI in some way. I think we'll have to make that calculation correct, probably by doing something similar to the computation of fb_size. I'm not sure exactly how to do this ATM.
Hi again,
Now I am able to run this as a systemd user service, I've realized after switching to laptop screen again, some of the fonts (window manager's) are started to show huge. Do you set/assume any DPI or anything which can affect it?
I am not even sure how to debug this, doesn't happen with autorandr and I guess we currently can't see the commands
autorandrd
is giving (e.g. verbose output).The text was updated successfully, but these errors were encountered: