diff --git a/bashrc.d/title b/bashrc.d/title index 2d89160..fd5ffc9 100644 --- a/bashrc.d/title +++ b/bashrc.d/title @@ -1,5 +1,5 @@ #!/bin/bash xtitle_cmd="$(which xtitle)" if [ -n "${xtitle_cmd}" ]; then - "${xtitle_cmd}" "${USER}@$(hostname -s)" + "${xtitle_cmd}" -q "${USER}@$(hostname -s)" fi \ No newline at end of file