summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xx16
1 files changed, 16 insertions, 0 deletions
diff --git a/x b/x
new file mode 100755
index 0000000..c3b6d95
--- /dev/null
+++ b/x
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+exec &> /dev/null
+
+Xephyr -ac :1 &
+disown
+
+DISPLAY=:1 fluxbox &
+disown
+
+Xephyr -ac :2 &
+disown
+
+DISPLAY=:2 fluxbox &
+disown
+