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.*)$"]}