#! /bin/bash # --- Lots of sensible initialisation --- exec >$HOME/.vnc-errors 2>&1 set -vx __mdw_force_secure_session=yes . $HOME/.bash_profile EOPTS="-econfdir $HOME/.enlightenment-vnc" VNCSESSION=true xmodmap -e 'keysym Alt_L = Meta_L' xmodmap -e 'keysym Alt_R = Meta_R' . $HOME/.xinitrc . $HOME/.bash_logout