From: Chris Koeritz Date: Sat, 21 Jan 2017 01:49:54 +0000 (-0500) Subject: still tweaking title X-Git-Tag: 2.140.90~269 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=8fff219cb92141b25c2095a24a11c1ee47a73e41;p=feisty_meow.git still tweaking title --- diff --git a/customize/fred/scripts/ssh.sh b/customize/fred/scripts/ssh.sh index 3dc6caf5..7b84d6be 100644 --- a/customize/fred/scripts/ssh.sh +++ b/customize/fred/scripts/ssh.sh @@ -12,7 +12,7 @@ if [ -z "$PRIOR_TERMINAL_TITLE" ]; then if [[ "$TERM" =~ .*"xterm".* ]]; then PRIOR_TERMINAL_TITLE="$(xprop -id $WINDOWID | perl -nle 'print $1 if /^WM_NAME.+= \"(.*)\"$/')" -echo "no prior title existed, so setting prior title to '$PRIOR_TERMINAL_TITLE'" +echo "no prior title record existed, so saving prior title as '$PRIOR_TERMINAL_TITLE'" fi fi