<?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/3292/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Tue, 21 Jan 2014 06:50:47 +0000</lastBuildDate><item><title>How to set the borders to 1 pixel instead of 2 pixels?</title><link>https://faq.i3wm.org/question/3292/how-to-set-the-borders-to-1-pixel-instead-of-2-pixels/</link><description>Unexperienced user here.

I would like to set the borders to 1 pixel instead of the current 2 pixels.</description><pubDate>Mon, 20 Jan 2014 15:24:28 +0000</pubDate><guid>https://faq.i3wm.org/question/3292/how-to-set-the-borders-to-1-pixel-instead-of-2-pixels/</guid></item><item><title>Answer by joepd for &lt;p&gt;Unexperienced user here.&lt;/p&gt;

&lt;p&gt;I would like to set the borders to 1 pixel instead of the current 2 pixels.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/3292/how-to-set-the-borders-to-1-pixel-instead-of-2-pixels/?answer=3294#post-id-3294</link><description>See the userguide, the [paragraph for the styling new windows](http://i3wm.org/docs/userguide.html#_border_style_for_new_windows): 

    # The same as new_window none
    new_window pixel 0
    
    # A 3 px border
    new_window pixel 3

How to the border style to two pixels is left as an exercise to the reader. </description><pubDate>Mon, 20 Jan 2014 18:05:54 +0000</pubDate><guid>https://faq.i3wm.org/question/3292/how-to-set-the-borders-to-1-pixel-instead-of-2-pixels/?answer=3294#post-id-3294</guid></item><item><title>Comment by Adaephon for &lt;p&gt;See the userguide, the &lt;a href="http://i3wm.org/docs/userguide.html#_border_style_for_new_windows"&gt;paragraph for the styling new windows&lt;/a&gt;: &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# The same as new_window none
new_window pixel 0

# A 3 px border
new_window pixel 3
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;How to the border style to two pixels is left as an exercise to the reader. &lt;/p&gt;
</title><link>https://faq.i3wm.org/question/3292/how-to-set-the-borders-to-1-pixel-instead-of-2-pixels/?comment=3295#comment-3295</link><description>Using `pixel` will disable the titlebars except for multiple windows in a stacked or tabbed container. Use `new_window normal 1` if you want to keep the titlebars.</description><pubDate>Tue, 21 Jan 2014 06:50:47 +0000</pubDate><guid>https://faq.i3wm.org/question/3292/how-to-set-the-borders-to-1-pixel-instead-of-2-pixels/?comment=3295#comment-3295</guid></item></channel></rss>