The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
2

How to disable mouse scroll in titlebar?

asked Jul 21 '15

denzen gravatar image

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

2 answers

Sort by » oldest newest most voted
2

answered Jul 21 '15

Airblader gravatar image

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.

0

answered Jul 21 '15

denzen gravatar image

Thanks. This indeed works as intended :)

Comments

Please, do not post comments as answers. This is not an Internet forum but an Q&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.

Adaephon gravatar imageAdaephon (Jul 23 '15)edit

Question Tools

1 follower

Stats

Asked: Jul 21 '15

Seen: 144 times

Last updated: Jul 21