From 4c520b80635c92fdd519e656ea6c0794230f02a0 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 9 May 2022 16:11:46 +0300 Subject: [PATCH] addq uiet --- bashrc.d/title | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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