X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3-migrate-config-to-v4;h=5da4e26ed447d7b30316adec7fd81af1bf6b9f22;hb=3de950e0d9edf80015e70d3fd6a6ab180f15417c;hp=b78378be1c65a68225a38d8ebace7b5be0845a3d;hpb=d9c2ce0023be76f2e8873d7e0057dd2af99339db;p=i3%2Fi3 diff --git a/i3-migrate-config-to-v4 b/i3-migrate-config-to-v4 index b78378be..5da4e26e 100755 --- a/i3-migrate-config-to-v4 +++ b/i3-migrate-config-to-v4 @@ -117,7 +117,6 @@ for my $line (@lines) { # new_container changed only the statement name to workspace_layout if ($statement eq 'new_container') { - # TODO: new_container stack-limit print "workspace_layout$parameters\n"; next; } @@ -184,7 +183,6 @@ sub convert_command { restart reload exit - stack-limit ); my ($statement, $key, $command) = ($line =~ /([a-zA-Z_-]+)\s+([^\s]+)\s+(.*)/);