From 6dca19e784a20fb008531c1538af5538d288e0bf Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Sun, 29 Mar 2020 15:11:33 -0400 Subject: [PATCH] update test.sh to kill Xephyr first --- test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.sh b/test.sh index c0f2c7c..e230aba 100755 --- a/test.sh +++ b/test.sh @@ -1,5 +1,7 @@ #! /usr/bin/env bash +pkill -f Xephyr + Xephyr -ac -screen 1280x1024 -br -reset -terminate :1 & sleep 5