From 022bc77a7901b83ce85f9a648c382720a483aad9 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 31 Oct 2019 00:10:56 +0100 Subject: [PATCH] 6600: Slightly nicer terminal window. --- 2019-kvm-forum/6600-data-disks.sh | 2 +- 2019-kvm-forum/6800-reflection.sh | 2 +- 2019-kvm-forum/bashrc | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/2019-kvm-forum/6600-data-disks.sh b/2019-kvm-forum/6600-data-disks.sh index cbc7376..3cb200f 100755 --- a/2019-kvm-forum/6600-data-disks.sh +++ b/2019-kvm-forum/6600-data-disks.sh @@ -1,3 +1,3 @@ #!/bin/bash - -xfce4-terminal --disable-server -x ./6600-next +xfce4-terminal --hide-menubar --disable-server -x ./6600-next diff --git a/2019-kvm-forum/6800-reflection.sh b/2019-kvm-forum/6800-reflection.sh index 29fe3da..3fd4d9e 100755 --- a/2019-kvm-forum/6800-reflection.sh +++ b/2019-kvm-forum/6800-reflection.sh @@ -1,3 +1,3 @@ #!/bin/bash - -xfce4-terminal --disable-server -x ./6800-next +xfce4-terminal --hide-menubar --disable-server -x ./6800-next diff --git a/2019-kvm-forum/bashrc b/2019-kvm-forum/bashrc index a52a5e9..0b5a00c 100644 --- a/2019-kvm-forum/bashrc +++ b/2019-kvm-forum/bashrc @@ -18,4 +18,5 @@ trap 'echo -ne "$outputcol"' DEBUG bind -f $talkdir/bindings # Same as the banner function, but we cannot reuse it. +printf "\e]0;$title\a" printf "%s %s %s\\n" $titlecol "$title" $outputcol -- 1.8.3.1