From c5e79661d1d4032517f74a8e7d760a9295b05ddf Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sat, 20 Dec 2025 22:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20Xephyr=20=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E7=A8=8B=E5=BA=8F=E6=97=B6=E7=BB=A7=E6=89=BF=E7=8E=B0?= =?UTF-8?q?=E6=9C=89=20dpi=20=E8=AE=BE=E7=BD=AE=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb0a5e6..fafa1fe 100644 --- a/Makefile +++ b/Makefile @@ -19,10 +19,10 @@ clean: ${RM} -r $(BUILD_DIR) run: - -$(shell Xephyr :3 -screen 1920x1080 &) + -$(shell Xephyr :3 -screen 1920x1080 -dpi `xrdb -get Xft.dpi` &) run_multiple_screen: - -$(shell Xephyr :3 -screen 1920x1080 -screen 1920x1080 +xinerama &) + -$(shell Xephyr :3 -screen 1920x1080 -screen 1920x1080 +xinerama -dpi `xrdb -get Xft.dpi` &) wm: $(TARGET_NAME) DISPLAY=:3 $(TARGET)