b4693a8
1 2 3 4 5 6 7 8
#!/bin/bash if [ -n "$DISPLAY" ]; then export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" read protocol cookie xauth remove $DISPLAY xauth add $DISPLAY "$protocol" "$cookie" fi