From a25b9e1d85f37bbadf0dc7013f80c7cf67390f98 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 25 May 2025 02:49:29 -0700 Subject: [PATCH] Fix hidpi.patch Signed-off-by: Emmanuel Ferdman --- src/hidpi-scaling-patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hidpi-scaling-patches.md b/src/hidpi-scaling-patches.md index 8a3ad4a..7b642d1 100644 --- a/src/hidpi-scaling-patches.md +++ b/src/hidpi-scaling-patches.md @@ -14,7 +14,7 @@ but compiling xorg-xwayland is pretty fast. The steps should be as follows: 1. Find out what version of xorg-server you have installed. 2. If it's 23.1.1 (or similar), [download the patch from -AUR]([https://aur.archlinux.org/cgit/aur.git/tree/hidpi.patch?h=xorg-xwayland-hidpi-xprop]). +AUR](https://aur.archlinux.org/cgit/aur.git/tree/hidpi.patch?h=xorg-xwayland-hidpi-xprop). 3. Apply the patch - `patch -Np1 -i hidpi.patch` 4. Build xorg-xwayland as you normally would.