From 534c89337c0e2cda275f7d8fec5ecb516abc1203 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 1 Jan 2024 15:50:13 -0500 Subject: [PATCH] hyprland: disable xwayland scaling --- home/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index c67d20f..061f06f 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -7,6 +7,9 @@ in enable = true; settings = { + # Xwayland fix + xwayland.force_zero_scaling = mkd true; + # See https://wiki.hyprland.org/Configuring/Monitors/ monitor = mkd ",preferred,auto,auto";