<?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/2226/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Mon, 15 Jul 2013 11:12:38 +0000</lastBuildDate><item><title>How to set right the string title match for chromium?</title><link>https://faq.i3wm.org/question/2226/how-to-set-right-the-string-title-match-for-chromium/</link><description>I use:
#chromium
assign [title="^- Chromium"] 1:www
for_window [title="^- Chromium"] move workspace 1:www; workspace 1:www

and I have this one: 

#Steam
assign [title="Steam"] Games
for_window [title="Steam"] move workspace Games; workspace Games

when I enter in the steam website the title goes to: "Steam - Chromium" then the browser is moved to workspace Games.

how could I avoid that? is there a better way to match chromium window titles?
</description><pubDate>Mon, 15 Jul 2013 09:53:41 +0000</pubDate><guid>https://faq.i3wm.org/question/2226/how-to-set-right-the-string-title-match-for-chromium/</guid></item><item><title>Answer by joepd for &lt;p&gt;I use:&lt;/p&gt;

&lt;h1&gt;chromium&lt;/h1&gt;

&lt;p&gt;assign [title="^- Chromium"] 1:www
for_window [title="^- Chromium"] move workspace 1:www; workspace 1:www&lt;/p&gt;

&lt;p&gt;and I have this one: &lt;/p&gt;

&lt;h1&gt;Steam&lt;/h1&gt;

&lt;p&gt;assign [title="Steam"] Games
for_window [title="Steam"] move workspace Games; workspace Games&lt;/p&gt;

&lt;p&gt;when I enter in the steam website the title goes to: "Steam - Chromium" then the browser is moved to workspace Games.&lt;/p&gt;

&lt;p&gt;how could I avoid that? is there a better way to match chromium window titles?&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/2226/how-to-set-right-the-string-title-match-for-chromium/?answer=2227#post-id-2227</link><description>Match for window Classes instead. Have a look at [this question](https://faq.i3wm.org/question/2172/how-do-i-find-the-criteria-for-use-with-i3-config-commands-like-for_window-eg-to-force-splashscreens-and-dialogs-to-show-in-floating-mode/). </description><pubDate>Mon, 15 Jul 2013 11:12:38 +0000</pubDate><guid>https://faq.i3wm.org/question/2226/how-to-set-right-the-string-title-match-for-chromium/?answer=2227#post-id-2227</guid></item></channel></rss>