diff --git a/i3-migrate-config-to-v4.pl b/i3-migrate-config-to-v4.pl index ecffa8d3..7dc4e27e 100755 --- a/i3-migrate-config-to-v4.pl +++ b/i3-migrate-config-to-v4.pl @@ -129,6 +129,7 @@ for my $line (@lines) { # bar colors are obsolete, need to be configured in i3bar if ($statement =~ /^bar\./) { print "# XXX: REMOVED $statement, configure i3bar instead.\n"; + print "# Old line: $line\n"; next; }