From 3b4b7b665761c8ee46ff7b589d0831d91cfaee48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 17 Jun 2024 11:13:39 +0200 Subject: [PATCH] feat: fix some wayland issues --- modules/programs/hyprland/_config.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/programs/hyprland/_config.nix b/modules/programs/hyprland/_config.nix index c2182cd..0ae737b 100644 --- a/modules/programs/hyprland/_config.nix +++ b/modules/programs/hyprland/_config.nix @@ -117,6 +117,13 @@ in force_default_wallpaper = 0 } + xwayland { + force_zero_scaling = true + } + + # scale non native wayland gtk applications + env = GDK_SCALE,1.2 + # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # Firefox Sharing Indicator ${mkRules ["float" "move 49% 40" "noborder"] ["title:^(.*Sharing Indicator.*)$"]}