From c2bbb41174775e3f6c7c3eb00327ee4a3f7b7820 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Fri, 3 Apr 2026 19:47:19 +0200 Subject: Fix steam scaling issue on MacArch --- roles/hyprland/templates/hypr/looknfeel.conf.j2 | 4 ++++ roles/hyprland/templates/uwsm/env.j2 | 3 +++ 2 files changed, 7 insertions(+) diff --git a/roles/hyprland/templates/hypr/looknfeel.conf.j2 b/roles/hyprland/templates/hypr/looknfeel.conf.j2 index 768eafef..73360895 100644 --- a/roles/hyprland/templates/hypr/looknfeel.conf.j2 +++ b/roles/hyprland/templates/hypr/looknfeel.conf.j2 @@ -146,3 +146,7 @@ cursor { no_hardware_cursors = 1 inactive_timeout = 5 } + +xwayland { + force_zero_scaling = true +} diff --git a/roles/hyprland/templates/uwsm/env.j2 b/roles/hyprland/templates/uwsm/env.j2 index 4751c1b6..9a360ce6 100644 --- a/roles/hyprland/templates/uwsm/env.j2 +++ b/roles/hyprland/templates/uwsm/env.j2 @@ -5,6 +5,9 @@ export XCURSOR_SIZE=24 +# Fix steam scaling +export STEAM_FORCE_DESKTOPUI_SCALING=1.6 + # Force all apps to use Wayland export QT_QPA_PLATFORM="wayland;xcb" export QT_STYLE_OVERRIDE=fusion -- cgit v1.2.3