[SOLVED] Steam client and games rendering in 720p?
2mon 16d ago by pawb.social/u/ollie in hyprlandI recently set up hyprland for the first time and I'm really enjoying it, however I noticed that the Steam client and games looked a little pixelated. Not blurry, just like, sharp pixels. Checking in the graphical settings of a game showed it was running at 720p. My screen is 1080p so this is a little odd. I'm running Arch on a Fujitsu Lifebook U749. Anyone know what's up?
for anyone facing the same issue, putting this into my hyprland.conf file seems to have fixed it -
xwayland {
force_zero_scaling = true
use_nearest_neighbor = true
}