On 17 Sep 2013, Luis Bandarra wrote: > > #!/bin/sh > > # script to start a new server with i3 > DISPLAY=:0 > Xephyr :1 -ac -br -reset -terminate -screen 1280x1024 2> /dev/null & > sleep 2 > DISPLAY=:1 > i3 & > > but you can use just the command line's commands... > > Hope it helps... >
I use this: # switch to icewm xinit /home/ac/.xxinitrc -- :1 & where ,xxinitrc is a modified version of .xinitrc to run icewm (in this case). I can then switch back and forth between spectrwm and icewm with Ctrl-Alt-Fx. -- Anthony Campbell - [email protected] http://www.acupuncturecourse.org.uk http://www.smashwords.com/profile.view/acampbell https://itunes.apple.com/ca/artist/anthony-campbell/id73235412 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

