<?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/1253/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Sun, 24 Feb 2013 14:18:50 +0000</lastBuildDate><item><title>Run multi command with exec</title><link>https://faq.i3wm.org/question/1253/run-multi-command-with-exec/</link><description>I want to start all my applications with one keybind. It can be done with a bash script which starts them all. But I don't want to use addition bash file,

Tried this but did not work:

    bindsym $mod+p exec bash -c 'for i in skype firefox pidgin thunderbird; do `$i &amp;`; done' &amp;

is there any way to do that that with exec and do not use a bash script?</description><pubDate>Sun, 24 Feb 2013 14:08:07 +0000</pubDate><guid>https://faq.i3wm.org/question/1253/run-multi-command-with-exec/</guid></item><item><title>Comment by Michael for &lt;p&gt;I want to start all my applications with one keybind. It can be done with a bash script which starts them all. But I don't want to use addition bash file,&lt;/p&gt;

&lt;p&gt;Tried this but did not work:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;bindsym $mod+p exec bash -c 'for i in skype firefox pidgin thunderbird; do `$i &amp;amp;`; done' &amp;amp;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;is there any way to do that that with exec and do not use a bash script?&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/1253/run-multi-command-with-exec/?comment=1254#comment-1254</link><description>This was already answered here: https://faq.i3wm.org/question/403/executing-applications-exec/</description><pubDate>Sun, 24 Feb 2013 14:18:50 +0000</pubDate><guid>https://faq.i3wm.org/question/1253/run-multi-command-with-exec/?comment=1254#comment-1254</guid></item></channel></rss>