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