From: Silvio Rhatto Date: Tue, 8 Sep 2015 17:26:35 +0000 (-0300) Subject: Fix window titles X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=76e629a7545b021cb47a63f17ee61c2ed9aec386;p=vbox.git Fix window titles --- 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