#!/bin/bash xtitle_cmd="$(which xtitle)" if [ -n "${xtitle_cmd}" ]; then "${xtitle_cmd}" -q "${USER}@$(hostname -s)" fi