diff options
Diffstat (limited to 'roles')
| -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 |
