cleanup: Fix up whitespace everywhere.
[profile] / vncsession
... / ...
CommitLineData
1#! /bin/bash
2
3# --- Lots of sensible initialisation ---
4
5exec >$HOME/.vnc-errors 2>&1
6set -vx
7
8__mdw_force_secure_session=yes
9. $HOME/.bash_profile
10EOPTS="-econfdir $HOME/.enlightenment-vnc"
11VNCSESSION=true
12xmodmap -e 'keysym Alt_L = Meta_L'
13xmodmap -e 'keysym Alt_R = Meta_R'
14. $HOME/.xinitrc
15. $HOME/.bash_logout