<?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/2366/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Mon, 19 Aug 2013 07:40:34 +0000</lastBuildDate><item><title>Opening Firefox and Thunderbird Tabbed</title><link>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/</link><description>Was going to run Firefox and Thunderbird on a separate workspace but figured it would be easier for me to have them on the same workspace tabbed. I can get that to work but am trying to do that from login via config.

So far I have this in config

    for_window [class="Firefox"] workspace 3
    for_window [class="Mail"] workspace 3

Wonder if I can do it another way maybe with i3msg?


</description><pubDate>Sat, 17 Aug 2013 08:26:55 +0000</pubDate><guid>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/</guid></item><item><title>Comment by Mr Green for &lt;p&gt;Was going to run Firefox and Thunderbird on a separate workspace but figured it would be easier for me to have them on the same workspace tabbed. I can get that to work but am trying to do that from login via config.&lt;/p&gt;

&lt;p&gt;So far I have this in config&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;for_window [class="Firefox"] workspace 3
for_window [class="Mail"] workspace 3
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Wonder if I can do it another way maybe with i3msg?&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?comment=2377#comment-2377</link><description>$execi i3-msg 'workspace 3:Web; exec /usr/bin/firefox; layout tabbed'
$execi i3-msg 'workspace 3:Web; exec /usr/bin/thunderbird; layout tabbed'
</description><pubDate>Mon, 19 Aug 2013 05:14:09 +0000</pubDate><guid>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?comment=2377#comment-2377</guid></item><item><title>Answer by Mr Green for &lt;p&gt;Was going to run Firefox and Thunderbird on a separate workspace but figured it would be easier for me to have them on the same workspace tabbed. I can get that to work but am trying to do that from login via config.&lt;/p&gt;

&lt;p&gt;So far I have this in config&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;for_window [class="Firefox"] workspace 3
for_window [class="Mail"] workspace 3
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Wonder if I can do it another way maybe with i3msg?&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?answer=2372#post-id-2372</link><description>Never mind I managed to figure it out myself </description><pubDate>Sun, 18 Aug 2013 07:59:49 +0000</pubDate><guid>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?answer=2372#post-id-2372</guid></item><item><title>Comment by cee for &lt;p&gt;Never mind I managed to figure it out myself &lt;/p&gt;
</title><link>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?comment=2373#comment-2373</link><description>For reference it would be good to post your solution.</description><pubDate>Sun, 18 Aug 2013 13:40:23 +0000</pubDate><guid>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?comment=2373#comment-2373</guid></item><item><title>Comment by Mr Green for &lt;p&gt;Never mind I managed to figure it out myself &lt;/p&gt;
</title><link>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?comment=2376#comment-2376</link><description>   $execi i3-msg 'workspace 3:Web; exec /usr/bin/firefox; layout tabbed'
   $execi i3-msg 'workspace 3:Web; exec /usr/bin/thunderbird; layout tabbed'
</description><pubDate>Mon, 19 Aug 2013 05:13:31 +0000</pubDate><guid>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?comment=2376#comment-2376</guid></item><item><title>Comment by cee for &lt;p&gt;Never mind I managed to figure it out myself &lt;/p&gt;
</title><link>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?comment=2379#comment-2379</link><description>Thank you!</description><pubDate>Mon, 19 Aug 2013 07:40:34 +0000</pubDate><guid>https://faq.i3wm.org/question/2366/opening-firefox-and-thunderbird-tabbed/?comment=2379#comment-2379</guid></item></channel></rss>