<?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/291/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Sun, 09 Mar 2014 19:38:32 +0000</lastBuildDate><item><title>title and no border</title><link>https://faq.i3wm.org/question/291/title-and-no-border/</link><description>Is there a way to make window have title but no border?
The code:

    new_window none
disables both the title and the border.

I need this to use scrollbar on the right. Another solution would be the option to disable border when it is the edge of the screen.</description><pubDate>Fri, 20 Jul 2012 10:07:20 +0000</pubDate><guid>https://faq.i3wm.org/question/291/title-and-no-border/</guid></item><item><title>Comment by Atmoz for &lt;p&gt;Is there a way to make window have title but no border?
The code:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;new_window none
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;disables both the title and the border.&lt;/p&gt;

&lt;p&gt;I need this to use scrollbar on the right. Another solution would be the option to disable border when it is the edge of the screen.&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/291/title-and-no-border/?comment=294#comment-294</link><description>Also, with "new_window none" borders show anyhow when arranging multiple windows as tabs.</description><pubDate>Fri, 20 Jul 2012 14:19:35 +0000</pubDate><guid>https://faq.i3wm.org/question/291/title-and-no-border/?comment=294#comment-294</guid></item><item><title>Answer by Adaephon for &lt;p&gt;Is there a way to make window have title but no border?
The code:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;new_window none
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;disables both the title and the border.&lt;/p&gt;

&lt;p&gt;I need this to use scrollbar on the right. Another solution would be the option to disable border when it is the edge of the screen.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/291/title-and-no-border/?answer=3502#post-id-3502</link><description>Since version 4.4 `normal` has variable border widths.

    new_window normal 0 px

should do what you want.</description><pubDate>Sun, 09 Mar 2014 19:38:32 +0000</pubDate><guid>https://faq.i3wm.org/question/291/title-and-no-border/?answer=3502#post-id-3502</guid></item><item><title>Answer by Michael for &lt;p&gt;Is there a way to make window have title but no border?
The code:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;new_window none
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;disables both the title and the border.&lt;/p&gt;

&lt;p&gt;I need this to use scrollbar on the right. Another solution would be the option to disable border when it is the edge of the screen.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/291/title-and-no-border/?answer=295#post-id-295</link><description>Nope, this is not possible.

The closest thing we have to that is the `hide_edge_borders` option available in the git version (and &gt;= 4.3).</description><pubDate>Fri, 20 Jul 2012 15:35:49 +0000</pubDate><guid>https://faq.i3wm.org/question/291/title-and-no-border/?answer=295#post-id-295</guid></item></channel></rss>