Skip to content

How to have i3 open 6 evenly sized chromium windows upon computer start-up? #5917

Answered by orestisfl
swunglee asked this question in Q&A
Discussion options

You must be logged in to vote

i3 uses everything under each swallows section to match new windows. Your layout file includes a "title" property which means that only windows with the exact title moni.auger.org.ar - Chromium will be swallowed.

Try this instead:

// vim:ts=4:sw=4:et
{
    // splith split container with 3 children
    "border": "normal",
    "floating": "auto_off",
    "layout": "splith",
    "marks": [],
    "percent": 1,
    "type": "con",
    "nodes": [
        {
            // splitv split container with 2 children
            "border": "normal",
            "floating": "auto_off",
            "layout": "splitv",
            "marks": [],
            "percent": 0.333333333333333,
            "type": "con"

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@swunglee
Comment options

@orestisfl
Comment options

@swunglee
Comment options

@orestisfl
Comment options

Answer selected by orestisfl
@swunglee
Comment options

@swunglee
Comment options

@orestisfl
Comment options

@swunglee
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants