diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..c0f2c7c --- /dev/null +++ b/test.sh @@ -0,0 +1,7 @@ +#! /usr/bin/env bash + +Xephyr -ac -screen 1280x1024 -br -reset -terminate :1 & +sleep 5 + +env DISPLAY=:1 ./nimwin & +xterm -display :1 &