多屏幕环境模拟

This commit is contained in:
2025-08-09 17:14:37 +08:00
parent 4db9c4c078
commit 751fce23c1

View File

@@ -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)