]> git.sur5r.net Git - i3/i3/commitdiff
dump-asy.pl: use layout instead of orientation for names (#3004)
authorOrestis <orestisf1993@gmail.com>
Sat, 30 Sep 2017 17:17:20 +0000 (20:17 +0300)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 30 Sep 2017 17:17:20 +0000 (10:17 -0700)
contrib/dump-asy.pl

index 478a896a5c4b403c36962a6ad675c670f9351608..4fcf9b77b904f5a4daba5cdc15a50573b2a3aa70 100755 (executable)
@@ -39,7 +39,7 @@ sub dump_node {
     $na =~ s/~/\\textasciitilde{}/g;
     my $type = 'leaf';
     if (!defined($n->{window})) {
-        $type = $n->{orientation} . '-split';
+        $type = $n->{layout};
     }
     my $name = qq|``$na'' ($type)|;