vnc: Include some VNC configuration.
[profile] / vncsession
diff --git a/vncsession b/vncsession
new file mode 100755 (executable)
index 0000000..e16bcb2
--- /dev/null
@@ -0,0 +1,15 @@
+#! /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"
+SCSAVE=false
+xmodmap -e 'keysym Alt_L = Meta_L'
+xmodmap -e 'keysym Alt_R = Meta_R'
+. $HOME/.xinitrc
+. $HOME/.bash_logout