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