addq uiet
This commit is contained in:
parent
ec6d037797
commit
4c520b8063
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
xtitle_cmd="$(which xtitle)"
|
xtitle_cmd="$(which xtitle)"
|
||||||
if [ -n "${xtitle_cmd}" ]; then
|
if [ -n "${xtitle_cmd}" ]; then
|
||||||
"${xtitle_cmd}" "${USER}@$(hostname -s)"
|
"${xtitle_cmd}" -q "${USER}@$(hostname -s)"
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue