[plug] borderless, fullscreen windows - fluxbox
Mike Holland
myk.list at westnet.com.au
Tue Nov 8 13:17:51 WST 2005
John Knight wrote:
> running without a wm sounds interesting, never realised you could. any
> ideas how to go about that?
Start the X server and a terminal manually e.g.
$ export DISPLAY=:1
$ X :1 & xterm &
The ':1 ' arg to X tells it to use a second virtual terminal, so you can
keep your regular desktop going. Similarly, X clients need to be told
which X server to use.
Then muck about with firefox startup commands from the terminal.
Otherwise, google for 'kiosk mode'. The thing to understand is that
in Unix, borders and such are done by a separate window-manager program.
Check google for stuff like this:
http://www.linuxsa.org.au/pipermail/linuxsa/2004-June/070332.html
http://www.tldp.org/HOWTO/Kiosk-HOWTO-3.html
More information about the plug
mailing list