diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-03 19:47:19 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-03 19:47:19 +0200 |
| commit | ad7cbc3511d201711c8c3bad0b3882e8e57a8d7d (patch) | |
| tree | 8d2dd431b80951ef91ca13f6eeef67073235c486 | |
| parent | 7aab8c1e41439170746c4e7525b8eedd42347c9d (diff) | |
Fix steam scaling issue on MacArch
| -rw-r--r-- | roles/hyprland/templates/hypr/looknfeel.conf.j2 | 4 | ||||
| -rw-r--r-- | roles/hyprland/templates/uwsm/env.j2 | 3 |
2 files changed, 7 insertions, 0 deletions
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 |
