From 865cae79f8a6367f22086f6521c34f498b63b6ad Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 23 Mar 2014 14:07:55 -0300 Subject: Mutt and terminal titles; adding xwyrd --- terminal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'terminal') diff --git a/terminal b/terminal index a694aa1..e76974a 100755 --- a/terminal +++ b/terminal @@ -6,7 +6,11 @@ source ~/.geometry || exit 1 if [ -z "$TITLE" ]; then - TITLE="terminal" + if [ ! -z "$1" ]; then + TITLE="$1" + else + TITLE="terminal" + fi fi if [ "$TERM" == "rxvt" ]; then -- cgit v1.2.3