<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>i3 FAQ - Individual question feed</title><link>https://faq.i3wm.org/questions/</link><description>Frequently asked questions and answers about the i3 window manager</description><atom:link href="http://faq.i3wm.org/feeds/question/2026/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Sun, 16 Jun 2013 23:25:25 +0000</lastBuildDate><item><title>Auto start terminals in 4x4 layout</title><link>https://faq.i3wm.org/question/2026/auto-start-terminals-in-4x4-layout/</link><description>Hi folks,

Love i3, trying to get i3 to launch 4 terminal windows and have them in a 2x2 tiled layout.  Here is what I have tried, however I just 4 terminals in a 4 columns.

    exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
    exec --no-startup-id i3-msg 'workspace 3: Terms; split v'
    exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
    exec --no-startup-id i3-msg 'workspace 3: Terms; split h'
    exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
    exec --no-startup-id i3-msg 'workspace 3: Terms; split v'
    exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'</description><pubDate>Sat, 15 Jun 2013 08:26:45 +0000</pubDate><guid>https://faq.i3wm.org/question/2026/auto-start-terminals-in-4x4-layout/</guid></item><item><title>Answer by cee for &lt;p&gt;Hi folks,&lt;/p&gt;

&lt;p&gt;Love i3, trying to get i3 to launch 4 terminal windows and have them in a 2x2 tiled layout.  Here is what I have tried, however I just 4 terminals in a 4 columns.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
exec --no-startup-id i3-msg 'workspace 3: Terms; split v'
exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
exec --no-startup-id i3-msg 'workspace 3: Terms; split h'
exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
exec --no-startup-id i3-msg 'workspace 3: Terms; split v'
exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
&lt;/code&gt;&lt;/pre&gt;
 </title><link>https://faq.i3wm.org/question/2026/auto-start-terminals-in-4x4-layout/?answer=2027#post-id-2027</link><description>Hi,

There is a similar question named ['How can I define my workspace on startup' from Bruno Braga](https://faq.i3wm.org/question/245/how-can-i-define-my-workspace-on-startup/).

You have to give the called program some time to open, before calling split [v|h] and the next program.

There is a script file on github that does something very similar and should be easily adapted to your use-case.&lt;br/&gt;
github.com/fhaun/config-misc/blob/master/i3-stuff/auto-start-for-i3
</description><pubDate>Sat, 15 Jun 2013 10:16:02 +0000</pubDate><guid>https://faq.i3wm.org/question/2026/auto-start-terminals-in-4x4-layout/?answer=2027#post-id-2027</guid></item><item><title>Comment by marky for &lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;There is a similar question named &lt;a href="https://faq.i3wm.org/question/245/how-can-i-define-my-workspace-on-startup/"&gt;'How can I define my workspace on startup' from Bruno Braga&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You have to give the called program some time to open, before calling split [v|h] and the next program.&lt;/p&gt;

&lt;p&gt;There is a script file on github that does something very similar and should be easily adapted to your use-case.&lt;br/&gt;
github.com/fhaun/config-misc/blob/master/i3-stuff/auto-start-for-i3&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/2026/auto-start-terminals-in-4x4-layout/?comment=2028#comment-2028</link><description>Thanks cee, couldn't find the other question,but the script looks useful.</description><pubDate>Sat, 15 Jun 2013 19:45:55 +0000</pubDate><guid>https://faq.i3wm.org/question/2026/auto-start-terminals-in-4x4-layout/?comment=2028#comment-2028</guid></item><item><title>Comment by bruno.braga for &lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;There is a similar question named &lt;a href="https://faq.i3wm.org/question/245/how-can-i-define-my-workspace-on-startup/"&gt;'How can I define my workspace on startup' from Bruno Braga&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You have to give the called program some time to open, before calling split [v|h] and the next program.&lt;/p&gt;

&lt;p&gt;There is a script file on github that does something very similar and should be easily adapted to your use-case.&lt;br/&gt;
github.com/fhaun/config-misc/blob/master/i3-stuff/auto-start-for-i3&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/2026/auto-start-terminals-in-4x4-layout/?comment=2039#comment-2039</link><description>That was the URL: https://faq.i3wm.org/question/245/how-can-i-define-my-workspace-on-startup/</description><pubDate>Sun, 16 Jun 2013 23:25:25 +0000</pubDate><guid>https://faq.i3wm.org/question/2026/auto-start-terminals-in-4x4-layout/?comment=2039#comment-2039</guid></item></channel></rss>