<?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/7756/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Sun, 20 Dec 2015 01:24:01 +0000</lastBuildDate><item><title>How can I move a container by its class?</title><link>https://faq.i3wm.org/question/7756/how-can-i-move-a-container-by-its-class/</link><description>I want to move a specific container to the workspace that is being switched to.
The container already exists.
I had something like this in mind:

    bindsym $mod+1 move "specific_container" to workspace 1; workspace 1;


thanks.</description><pubDate>Sat, 19 Dec 2015 21:35:11 +0000</pubDate><guid>https://faq.i3wm.org/question/7756/how-can-i-move-a-container-by-its-class/</guid></item><item><title>Answer by Airblader for &lt;p&gt;I want to move a specific container to the workspace that is being switched to.
The container already exists.
I had something like this in mind:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;bindsym $mod+1 move "specific_container" to workspace 1; workspace 1;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;thanks.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/7756/how-can-i-move-a-container-by-its-class/?answer=7757#post-id-7757</link><description>    bindsym $mod+1 [class=special] move container to workspace 1; workspace 1

http://i3wm.org/docs/userguide.html#command_criteria</description><pubDate>Sat, 19 Dec 2015 22:54:37 +0000</pubDate><guid>https://faq.i3wm.org/question/7756/how-can-i-move-a-container-by-its-class/?answer=7757#post-id-7757</guid></item><item><title>Comment by Airblader for &lt;pre&gt;&lt;code&gt;bindsym $mod+1 [class=special] move container to workspace 1; workspace 1
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;a href="http://i3wm.org/docs/userguide.html#command_criteria"&gt;http://i3wm.org/docs/userguide.html#c...&lt;/a&gt;&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/7756/how-can-i-move-a-container-by-its-class/?comment=7759#comment-7759</link><description>Sorry, I don't really understand. Can you please describe step by step what you're doing, what happens and what you expect to happen instead? Ideally, do this on the i3wm subreddit where such posts are easier to read.</description><pubDate>Sun, 20 Dec 2015 01:24:01 +0000</pubDate><guid>https://faq.i3wm.org/question/7756/how-can-i-move-a-container-by-its-class/?comment=7759#comment-7759</guid></item><item><title>Comment by i3noobonline for &lt;pre&gt;&lt;code&gt;bindsym $mod+1 [class=special] move container to workspace 1; workspace 1
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;a href="http://i3wm.org/docs/userguide.html#command_criteria"&gt;http://i3wm.org/docs/userguide.html#c...&lt;/a&gt;&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/7756/how-can-i-move-a-container-by-its-class/?comment=7758#comment-7758</link><description>Thank you, this worked but sadly I am expieriencing another issue. I am using Layout saving and after the application is moved to workspace2 the placeholder on workspace2 is stays empty. After moving back to workspace1 the original placeholder stays empty aswell. 
Is there any way to resolve this?</description><pubDate>Sun, 20 Dec 2015 01:01:41 +0000</pubDate><guid>https://faq.i3wm.org/question/7756/how-can-i-move-a-container-by-its-class/?comment=7758#comment-7758</guid></item></channel></rss>