Browse Source

add test script

fix-resizing
Wesley Kerfoot 4 years ago
parent
commit
f493525841
  1. 7
      test.sh

7
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 &
Loading…
Cancel
Save