<?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/1949/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Thu, 06 Jun 2013 13:56:28 +0000</lastBuildDate><item><title>show workspace names only. reference them with number</title><link>https://faq.i3wm.org/question/1949/show-workspace-names-only-reference-them-with-number/</link><description>can i have just the workspace name on the i3bar, but in the i3/config, reference them with number?
I want to have weird named, like icons, but in the config, it would be easier to have workspace 4 rather than workspace &lt;some weird icon&gt;
</description><pubDate>Mon, 03 Jun 2013 12:27:49 +0000</pubDate><guid>https://faq.i3wm.org/question/1949/show-workspace-names-only-reference-them-with-number/</guid></item><item><title>Answer by Wesley for &lt;p&gt;can i have just the workspace name on the i3bar, but in the i3/config, reference them with number?
I want to have weird named, like icons, but in the config, it would be easier to have workspace 4 rather than workspace &amp;lt;some weird="" icon=""&amp;gt;&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/1949/show-workspace-names-only-reference-them-with-number/?answer=1950#post-id-1950</link><description>Yes, I set mine up like so:

    # customize workspace names
    set $ws1 1: terminals
    set $ws2 2: coding
    set $ws3 3: design

then use them like so:

    bindsym $mod+1 workspace $ws1
    assign [class="Gimp"] $ws4</description><pubDate>Mon, 03 Jun 2013 20:19:30 +0000</pubDate><guid>https://faq.i3wm.org/question/1949/show-workspace-names-only-reference-them-with-number/?answer=1950#post-id-1950</guid></item><item><title>Comment by rawzone for &lt;p&gt;Yes, I set mine up like so:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# customize workspace names
set $ws1 1: terminals
set $ws2 2: coding
set $ws3 3: design
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;then use them like so:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;bindsym $mod+1 workspace $ws1
assign [class="Gimp"] $ws4
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/1949/show-workspace-names-only-reference-them-with-number/?comment=1968#comment-1968</link><description>Perfect! Fixed my conf right up :) </description><pubDate>Thu, 06 Jun 2013 13:56:28 +0000</pubDate><guid>https://faq.i3wm.org/question/1949/show-workspace-names-only-reference-them-with-number/?comment=1968#comment-1968</guid></item><item><title>Comment by pvinis for &lt;p&gt;Yes, I set mine up like so:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# customize workspace names
set $ws1 1: terminals
set $ws2 2: coding
set $ws3 3: design
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;then use them like so:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;bindsym $mod+1 workspace $ws1
assign [class="Gimp"] $ws4
&lt;/code&gt;&lt;/pre&gt;
</title><link>https://faq.i3wm.org/question/1949/show-workspace-names-only-reference-them-with-number/?comment=1952#comment-1952</link><description>omg so simple. thanks! i did not think of that..</description><pubDate>Mon, 03 Jun 2013 22:43:06 +0000</pubDate><guid>https://faq.i3wm.org/question/1949/show-workspace-names-only-reference-them-with-number/?comment=1952#comment-1952</guid></item></channel></rss>