Skip to content

Commit

Permalink
add an environment variable so xephyr uses a different sock
Browse files Browse the repository at this point in the history
this should really be a command line flag
  • Loading branch information
chee committed Dec 10, 2016
1 parent 4b19557 commit 8702700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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

0 comments on commit 8702700

Please sign in to comment.