On 15:32 Tue 05 Jan, Jonathan Thornburg wrote: > Very minimalist: > > No xdm -- I login and type 'startx&;logout'.
startx() {
pgrep startx && wsconsctl display.focus=4 \
|| (/usr/X11R6/bin/startx >& ~/.startx.out &)
lock -pn
}
(zsh)
Might be useful and more convinient

