1 changed files with 7 additions and 0 deletions
@ -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 & |
Loading…
Reference in new issue