chore: fractional scaling in X11

This commit is contained in:
Daniel Langbein 2024-02-23 13:52:48 +01:00
parent c723779da1
commit af34ffbc39
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
let let
version = "45.3"; version = "45.4";
in in
{ {
# https://wiki.archlinux.org/title/HiDPI#Wayland # https://wiki.archlinux.org/title/HiDPI#Wayland
@ -59,7 +59,7 @@ in
}) })
]; ];
} }
else throw "Mutter version mismatch. Please update patch. ${oldAttrs.version}" else throw "Mutter version mismatch. Please update patch to ${oldAttrs.version}"
); );
}); });
} }