this post was submitted on 02 Apr 2026
3 points (100.0% liked)

Hyprland Desktop Environment

645 readers
1 users here now

An (unnoficial) Hyprland Community in the new Land!
You can share and help each other when using Hyprland here.. :)

Resources:

founded 3 years ago
MODERATORS
 

I 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?

top 1 comments
sorted by: hot top controversial new old
[–] ollie@pawb.social 1 points 4 months ago

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
}