summaryrefslogtreecommitdiffstats
path: root/x
blob: c3b6d95d6be7907be25e75ece39693a3a3a7bc46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

exec &> /dev/null

Xephyr -ac :1 &
disown

DISPLAY=:1 fluxbox &
disown

Xephyr -ac :2 &
disown

DISPLAY=:2 fluxbox &
disown