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 2015-07-21 18:04:04 +0000

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
edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
2

answered 2015-07-21 18:50:15 +0000

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.

edit flag offensive delete link more
0

answered 2015-07-21 20:44:59 +0000

denzen gravatar image

Thanks. This indeed works as intended :)

edit flag offensive delete link more

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 ( 2015-07-23 08:31:28 +0000 )edit

Question Tools

1 follower

Stats

Asked: 2015-07-21 18:04:04 +0000

Seen: 144 times

Last updated: Jul 21