多屏幕环境模拟
This commit is contained in:
3
Makefile
3
Makefile
@@ -21,6 +21,9 @@ clean:
|
|||||||
run:
|
run:
|
||||||
-$(shell Xephyr :3 -screen 1920x1080 &)
|
-$(shell Xephyr :3 -screen 1920x1080 &)
|
||||||
|
|
||||||
|
run_multiple_screen:
|
||||||
|
-$(shell Xephyr :3 -screen 1920x1080 -screen 1920x1080 +xinerama &)
|
||||||
|
|
||||||
wm: $(TARGET_NAME)
|
wm: $(TARGET_NAME)
|
||||||
DISPLAY=:3 $(TARGET)
|
DISPLAY=:3 $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user