So, I just had to reinstall my system and I’m now going through setting things up and SDDM was too tiny since I have two monitors that are 4k. So I set a hidpi.conf file in /etc/sddm.conf.d and put this in it

[General]

GreeterEnvironment=QT_SCREEN_SCALE_FACTORS=1.5,QT_FONT_DPI=192

[Wayland]

EnableHiDPI=true

[X11]

EnableHiDPI=true

But now only the primary monitor is set to 1.5 scaling, and the other one is still set to 2. I also applied the sddm settings from the settings app and still the same results. Anyone knows how to make them both same scaling?

Thank you