chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
lisp: Push `mdw' onto the *features*.
[profile]
/
vncsession
1
#! /bin/bash
2
3
# --- Lots of sensible initialisation ---
4
5
exec >$HOME/.vnc-errors 2>&1
6
set -vx
7
8
__mdw_force_secure_session=yes
9
. $HOME/.bash_profile
10
EOPTS="-econfdir $HOME/.enlightenment-vnc"
11
VNCSESSION=true
12
xmodmap -e 'keysym Alt_L = Meta_L'
13
xmodmap -e 'keysym Alt_R = Meta_R'
14
. $HOME/.xinitrc
15
. $HOME/.bash_logout