XDM: multiple sessions

~/.xsession:
# i.e. openbox, fluxbox, blackbox, icewm, xfce, fvwm, jwm       
managers="fvwm-crystal,enlightenment"
prompt="Welcome, $USER@$(hostname), select window manager:"

# dialog box
manager="$(xmessage -buttons "$managers" -print -center "$prompt")"
# failsafe terminal
test -z "$manager" && exec xterm
exec "$manager

# custom programs..
exec mail-notification
# setting background image
feh --bg-scale ws_1024_Water_on_leafs.jpg
# system monitoring
exec conky -y 30
Comments(0)  Permalink