Browse Source

update test.sh to kill Xephyr first

fix-resizing
Wesley Kerfoot 4 years ago
parent
commit
6dca19e784
  1. 2
      test.sh

2
test.sh

@ -1,5 +1,7 @@
#! /usr/bin/env bash
pkill -f Xephyr
Xephyr -ac -screen 1280x1024 -br -reset -terminate :1 &
sleep 5

Loading…
Cancel
Save