From 42600d7ab074e9f9a7d226a75121db883a352a05 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Sun, 14 Jun 2026 13:48:01 -0500 Subject: [PATCH] Disable xwayland scaling --- desktop/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index b34d797..37141b7 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -131,6 +131,9 @@ follow_mouse = 0; }; + # Don't scale xwayland apps, fix for discord & steam + xwayland.force_zero_scaling = true; + # keybindings, https://wiki.hypr.land/0.54.0/Configuring/Binds/ bindu = [ "$mainMod, return, exec, $terminal" -- 2.51.2