• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..18-Nov-2021-

README.mdH A D18-Nov-2021471 1912

xwm.luaH A D18-Nov-202111.9 KiB529422

README.md

1setting things up here requires a bit more:
2
3    arcan_db BIN xarcan /path/to/some/xarcan.sh
4
5inside Xarcan.sh (corresponds to your startx like script)
6
7    ID=`/path/to/Xarcan -displayfd 1 2>/dev/null &'
8		DISPLAY=":$ID"
9		export DISPLAY
10		wmaker
11
12with wmaker substituted for whatever window manager to test
13as a 'driver'. To troubleshoot, use F5 to generate .lua,
14.svg and .dot snapshot outputs.
15
16The .dots can be viewed with:
17
18    dot -Tsvg xorg_blabla.dot > test.svg
19