{{{#!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER # exec /etc/X11/xinit/xinitrc [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & #gnome-session -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & exec /etc/X11/xdm/Xsession gnome & #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #twm &}}}