#!/bin/sh
rm -f ~/.Xauthority
touch ~/.Xauthority
xauth add ${HOST}"$DISPLAY" . $(openssl rand -hex 16)
