]> git.sur5r.net Git - i3/i3/blobdiff - i3-migrate-config-to-v4
Introduce synonyms: 'move to workspace' and 'move container to workspace' and 'move...
[i3/i3] / i3-migrate-config-to-v4
index 4f4d0134cd15715d47f2ab8c0ba0bdfc3e09f035..c8ff41c933bf368efad8677c7983aea2d2fafaff 100755 (executable)
@@ -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;
         }
     }