X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3-migrate-config-to-v4;h=c8ff41c933bf368efad8677c7983aea2d2fafaff;hb=8b55b2c24cff88aebaad1882e93ec49b9c2396af;hp=4f4d0134cd15715d47f2ab8c0ba0bdfc3e09f035;hpb=d75560981e966713bc9bee1d33032dcfa2ff906f;p=i3%2Fi3 diff --git a/i3-migrate-config-to-v4 b/i3-migrate-config-to-v4 index 4f4d0134..c8ff41c9 100755 --- a/i3-migrate-config-to-v4 +++ b/i3-migrate-config-to-v4 @@ -316,10 +316,10 @@ sub convert_command { if ($command =~ /^m[0-9]+/) { my ($number) = ($command =~ /^m([0-9]+)/); if (exists $workspace_names{$number}) { - print qq|$statement $key move workspace $workspace_names{$number}\n|; + print qq|$statement $key move container to workspace $workspace_names{$number}\n|; return; } else { - print qq|$statement $key move workspace $number\n|; + print qq|$statement $key move container to workspace $number\n|; return; } }