#!/bin/bash if [ -n "$DISPLAY" ]; then export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" read protocol cookie xauth remove $DISPLAY xauth add $DISPLAY "$protocol" "$cookie" fi