<?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/6787/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Sat, 03 Oct 2015 15:42:52 +0000</lastBuildDate><item><title>How to match all windows except current focused window?</title><link>https://faq.i3wm.org/question/6787/how-to-match-all-windows-except-current-focused-window/</link><description> There's a nice value "focused" by which to match all windows. Is it possible to match windows by "unfocused"? How to match all windows except the focused one?</description><pubDate>Sat, 03 Oct 2015 03:07:25 +0000</pubDate><guid>https://faq.i3wm.org/question/6787/how-to-match-all-windows-except-current-focused-window/</guid></item><item><title>Answer by denzen for &lt;p&gt;There's a nice value "focused" by which to match all windows. Is it possible to match windows by "unfocused"? How to match all windows except the focused one?&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/6787/how-to-match-all-windows-except-current-focused-window/?answer=6791#post-id-6791</link><description>I hoped there was a built-in way to do it in i3wm. In Openbox there is:

`      &lt;action name="ForEach"&gt;
          &lt;focused&gt;no&lt;/focused&gt;
          &lt;then&gt;
        &lt;action... `

 </description><pubDate>Sat, 03 Oct 2015 11:34:55 +0000</pubDate><guid>https://faq.i3wm.org/question/6787/how-to-match-all-windows-except-current-focused-window/?answer=6791#post-id-6791</guid></item><item><title>Comment by i3convert for &lt;p&gt;I hoped there was a built-in way to do it in i3wm. In Openbox there is:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;action name="ForEach"&amp;gt;
          &amp;lt;focused&amp;gt;no&amp;lt;/focused&amp;gt;
          &amp;lt;then&amp;gt;
        &amp;lt;action...&lt;/code&gt;&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/6787/how-to-match-all-windows-except-current-focused-window/?comment=6798#comment-6798</link><description>You can always submit a feature request or provide a patch yourself. By the way, you shouldn't add comments as answers.</description><pubDate>Sat, 03 Oct 2015 15:42:52 +0000</pubDate><guid>https://faq.i3wm.org/question/6787/how-to-match-all-windows-except-current-focused-window/?comment=6798#comment-6798</guid></item><item><title>Answer by i3convert for &lt;p&gt;There's a nice value "focused" by which to match all windows. Is it possible to match windows by "unfocused"? How to match all windows except the focused one?&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/6787/how-to-match-all-windows-except-current-focused-window/?answer=6788#post-id-6788</link><description>You can always write a script that parses the output of the shell command `i3-msg -t get_tree` to extract IDs of all windows that match your criteria (whatever they are). Then you can use those identifiers to match the windows one by one. 
</description><pubDate>Sat, 03 Oct 2015 05:41:40 +0000</pubDate><guid>https://faq.i3wm.org/question/6787/how-to-match-all-windows-except-current-focused-window/?answer=6788#post-id-6788</guid></item></channel></rss>