gri3-wm/parser-specs
Tony Crisci 8e23dc881b i3bar: implement custom mouse wheel commands
Users can specify a command to run when a button was pressed on i3bar to
override the default behavior. Currently only the mouse wheel buttons
are supported. This is useful for disabling the scroll wheel action or
running scripts that implement custom behavior for these buttons.

Example:

bar {
    wheel_up_cmd nop
    wheel_down_cmd exec ~/.i3/scripts/custom_wheel_down
}

fixes #1104
2014-07-10 22:40:12 +02:00
..
commands.spec Fix command parser: resizing tiling windows 2013-10-13 18:02:40 +02:00
config.spec i3bar: implement custom mouse wheel commands 2014-07-10 22:40:12 +02:00
highlighting.vim port the entire old config parser to the new one 2012-10-08 13:23:48 +02:00