How to disable mouse scroll in titlebar?
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