aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-08 14:26:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-08 14:26:35 -0300
commit76e629a7545b021cb47a63f17ee61c2ed9aec386 (patch)
tree96aa7aabbb1c6842066663902712946e00e6cc4e
parentd2cf751558216cad14a068d7ed40577ecc9ce639 (diff)
downloadvbox-76e629a7545b021cb47a63f17ee61c2ed9aec386.tar.gz
vbox-76e629a7545b021cb47a63f17ee61c2ed9aec386.tar.bz2
Fix window titles
-rwxr-xr-xvbox3
1 files changed, 3 insertions, 0 deletions
diff --git a/vbox b/vbox
index ae2db78..a7a9794 100755
--- a/vbox
+++ b/vbox
@@ -67,3 +67,6 @@ elif [ "$COMMAND" == "status" ]; then
else
usage
fi
+
+# Fix window titles
+xdotool search --name "$VM .* Oracle VM VirtualBox" set_window --name $VM