On 11/24/2015 06:17 AM, Brian wrote:
On Mon 23 Nov 2015 at 20:06:06 -0800, Marc Shapiro wrote:
My box always has three X sessions going at the same time (still on Wheezy).
I use an alias to set the vt. The value of the alias is determined by who
is logged on and running startx:
for me:
alias startx='clear; startx -- :0 vt07'
for my wife:
alias startx='clear; startx -- :1 vt08'
for my daughter:
alias startx='clear; startx -- :2 vt09'
I sincerely hope that, if and when I update to Jessie, this behavior will
still be available as this allows any one of us to sit down at the computer
and with a fixed keystroke combination get to our own X session, while not
requiring that we logon to a fixed console.
This behaviour is available on Jessie.
Thanks!