<?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/6326/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Thu, 23 Jul 2015 08:31:28 +0000</lastBuildDate><item><title>How to disable mouse scroll in titlebar?</title><link>https://faq.i3wm.org/question/6326/how-to-disable-mouse-scroll-in-titlebar/</link><description> I have managed to disable mousewheel action in i3 status bar by adding this into .i3/config

        wheel_up_cmd nop
        wheel_down_cmd nop

It goes into the section that begins bar { 

How to disable mousewheel in titlebar? I tried this to no effect:

    bindsym wheel_up_cmd nop
    bindsym wheel_down_cmd nop
</description><pubDate>Tue, 21 Jul 2015 18:04:04 +0000</pubDate><guid>https://faq.i3wm.org/question/6326/how-to-disable-mouse-scroll-in-titlebar/</guid></item><item><title>Answer by denzen for &lt;p&gt;I have managed to disable mousewheel action in i3 status bar by adding this into .i3/config&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;    wheel_up_cmd nop
    wheel_down_cmd nop
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It goes into the section that begins bar { &lt;/p&gt;

&lt;p&gt;How to disable mousewheel in titlebar? I tried this to no effect:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;bindsym wheel_up_cmd nop
bindsym wheel_down_cmd nop
&lt;/code&gt;&lt;/pre&gt;
 </title><link>https://faq.i3wm.org/question/6326/how-to-disable-mouse-scroll-in-titlebar/?answer=6334#post-id-6334</link><description>Thanks. This indeed works as intended :) 
</description><pubDate>Tue, 21 Jul 2015 20:44:59 +0000</pubDate><guid>https://faq.i3wm.org/question/6326/how-to-disable-mouse-scroll-in-titlebar/?answer=6334#post-id-6334</guid></item><item><title>Comment by Adaephon for &lt;p&gt;Thanks. This indeed works as intended :) &lt;/p&gt;
</title><link>https://faq.i3wm.org/question/6326/how-to-disable-mouse-scroll-in-titlebar/?comment=6338#comment-6338</link><description>Please, do not post comments as answers. This is not an Internet forum but an Q&amp;A page, as such answers should always be in response to the original question. You can comment on questions and specific answers with 'add a comment'. Also, please consider marking the answer as accepted.</description><pubDate>Thu, 23 Jul 2015 08:31:28 +0000</pubDate><guid>https://faq.i3wm.org/question/6326/how-to-disable-mouse-scroll-in-titlebar/?comment=6338#comment-6338</guid></item><item><title>Answer by Airblader for &lt;p&gt;I have managed to disable mousewheel action in i3 status bar by adding this into .i3/config&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;    wheel_up_cmd nop
    wheel_down_cmd nop
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It goes into the section that begins bar { &lt;/p&gt;

&lt;p&gt;How to disable mousewheel in titlebar? I tried this to no effect:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;bindsym wheel_up_cmd nop
bindsym wheel_down_cmd nop
&lt;/code&gt;&lt;/pre&gt;
 </title><link>https://faq.i3wm.org/question/6326/how-to-disable-mouse-scroll-in-titlebar/?answer=6327#post-id-6327</link><description>Use this:

    bindsym button4 nop
    bindsym button5 nop

Also note that `wheel_up_cmd` and `wheel_down_cmd` will be deprecated with the next release.</description><pubDate>Tue, 21 Jul 2015 18:50:15 +0000</pubDate><guid>https://faq.i3wm.org/question/6326/how-to-disable-mouse-scroll-in-titlebar/?answer=6327#post-id-6327</guid></item></channel></rss>