From 8702700fb55ca6f86ded903f3a1530a492d42401 Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 10 Dec 2016 17:14:07 +0000 Subject: [PATCH] add an environment variable so xephyr uses a different sock this should really be a command line flag --- xephyr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xephyr b/xephyr index 30f3b9f..24b93ba 100755 --- a/xephyr +++ b/xephyr @@ -1,5 +1,6 @@ + #!/bin/sh Xephyr :1 & DISPLAY=:1 konsole & DISPLAY=:1 konsole & -DISPLAY=:1 npm run start +XEPHYR=lolyep DISPLAY=:1 npm run start