1 files changed, 2 insertions(+), 2 deletions(-)
M Makefile
M Makefile => Makefile +2 -2
@@ 7,8 7,8 @@ wm: wm.o keybind.o
test: wm
unset XDG_SEAT
- Xephyr :1 -screen 1024x768 2> /dev/null &
- sleep .2
+ DISPLAY=:0 Xephyr :1 -screen 1024x768 2> /dev/null &
+ sleep 1
DISPLAY=:1 ./wm
install: wm