From 751fce23c1b7879909af3d04a0dee59e46a678b4 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sat, 9 Aug 2025 17:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=B1=8F=E5=B9=95=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2e21a83..b12ac95 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ clean: run: -$(shell Xephyr :3 -screen 1920x1080 &) +run_multiple_screen: + -$(shell Xephyr :3 -screen 1920x1080 -screen 1920x1080 +xinerama &) + wm: $(TARGET_NAME) DISPLAY=:3 $(TARGET)