addq uiet

This commit is contained in:
Antonio J. Delgado 2022-05-09 16:11:46 +03:00
parent ec6d037797
commit 4c520b8063

View file

@ -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