kill `pgrep AsusLauncher | head -n1`
echo 'vnclocal*grabKeyboard: true' | xrdb -merge
export XAUTHORITY=~/.Xauthority-vnc
pidof Xtightvnc || (
rm -f /tmp/.X1-lock /tmp/.X11-unix/X1 
geom=1024x768 vncserv 1
DISPLAY=:1 icewm &
)
echo `<~/etc/passwords/vnc-passwd-plain` | xtightvncviewer -name vnclocal -fullscreen -autopass localhost:5901 &
