<?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/3643/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Sun, 13 Apr 2014 19:28:35 +0000</lastBuildDate><item><title>Exit from select parent mode</title><link>https://faq.i3wm.org/question/3643/exit-from-select-parent-mode/</link><description>Suppose I press `$mod+A`(default key) several times to select all the windows in current workspace. Now I change my mind and want to go back to previously selected window.

How can I do that without switching to another workspace?</description><pubDate>Sun, 13 Apr 2014 16:54:16 +0000</pubDate><guid>https://faq.i3wm.org/question/3643/exit-from-select-parent-mode/</guid></item><item><title>Answer by joepd for &lt;p&gt;Suppose I press &lt;code&gt;$mod+A&lt;/code&gt;(default key) several times to select all the windows in current workspace. Now I change my mind and want to go back to previously selected window.&lt;/p&gt;

&lt;p&gt;How can I do that without switching to another workspace?&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/3643/exit-from-select-parent-mode/?answer=3644#post-id-3644</link><description>It's all in [6.4. Focusing/Moving containers](http://i3wm.org/docs/userguide.html#_focusing_moving_containers): Use ``focus child`` for that. 

For some reason, the default ``$mod+d`` shortcut is commented out in the default config: 

     #bindsym Mod1+d focus child

Just remove the ``#``. </description><pubDate>Sun, 13 Apr 2014 19:20:05 +0000</pubDate><guid>https://faq.i3wm.org/question/3643/exit-from-select-parent-mode/?answer=3644#post-id-3644</guid></item><item><title>Comment by axper for &lt;p&gt;It's all in &lt;a href="http://i3wm.org/docs/userguide.html#_focusing_moving_containers"&gt;6.4. Focusing/Moving containers&lt;/a&gt;: Use &lt;code&gt;focus child&lt;/code&gt; for that. &lt;/p&gt;

&lt;p&gt;For some reason, the default &lt;code&gt;$mod+d&lt;/code&gt; shortcut is commented out in the default config: &lt;/p&gt;

&lt;pre&gt;&lt;code&gt; #bindsym Mod1+d focus child
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Just remove the &lt;code&gt;#&lt;/code&gt;. &lt;/p&gt;
</title><link>https://faq.i3wm.org/question/3643/exit-from-select-parent-mode/?comment=3645#comment-3645</link><description>I guess it's commented because `$mod+d` is for dmenu</description><pubDate>Sun, 13 Apr 2014 19:28:35 +0000</pubDate><guid>https://faq.i3wm.org/question/3643/exit-from-select-parent-mode/?comment=3645#comment-3645</guid></item></channel></rss>