gri3-wm/i3bar
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
..
include i3bar: implement custom mouse wheel commands 2014-07-10 22:40:12 +02:00
src i3bar: implement custom mouse wheel commands 2014-07-10 22:40:12 +02:00
.gitignore Mention the color-options in the manpage 2010-11-04 12:43:41 +01:00
CHANGELOG Update changelog and copyright, bump version and more 2011-07-31 16:16:17 +02:00
LICENSE Update changelog and copyright, bump version and more 2011-07-31 16:16:17 +02:00
Makefile Add stub Makefiles to allow subdir make calls 2012-07-22 19:57:48 +02:00
i3bar.mk Switch to xcb-xkb and libxkbcommon 2014-06-21 19:10:37 +02:00