Orestis Floros eb53ec83b9
load_layout: Correctly mark non-leaf containers
Example problematic layout:
    {
        "layout": "splith",
        "marks": ["H1"],
        "nodes": [
            {
                "swallows": [
                    {
                        "class": "^a$"
                    }
                ]
            }
        ]
    }

Since the marks were added to the json_node during end_map, the
container that ended up getting the "H1" mark was the child instead of
the parent.
2018-11-07 02:32:12 +02:00
2018-11-04 14:55:50 +01:00
2018-11-04 12:23:45 +02:00
2018-10-13 21:10:09 +03:00
2018-10-13 21:10:11 +03:00
2018-11-05 14:15:07 +01:00
2018-10-13 21:10:10 +03:00
2018-11-04 14:47:34 +01:00
2018-05-01 13:49:55 +03:00
2011-08-28 17:44:42 +02:00
2018-11-04 14:47:34 +01:00
2018-10-26 09:58:04 -07:00
2018-11-04 14:47:34 +01:00
2018-11-05 19:32:29 +01:00

Logo i3: A tiling window manager

Build Status Issue Stats Pull Request Stats

i3 is a tiling window manager for X11.

For more information about i3, please see the project's website and online documentation.

For information about contributing to i3, please see CONTRIBUTING.md.

Description
No description provided
Readme 18 MiB
Languages
C 58.4%
Perl 36%
Raku 2.6%
Ruby 1.2%
Shell 0.7%
Other 1.1%