]> git.sur5r.net Git - i3/i3/commit
Implement bindsym mouse configuration
authorTony Crisci <tony@dubstepdish.com>
Sun, 27 Apr 2014 05:48:28 +0000 (01:48 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 30 Apr 2014 07:18:53 +0000 (09:18 +0200)
commit3171d7ebe5e7165efe02083159d842d6a102d82b
treef93a9754973a64625175345b779eafe6000e169e
parent3760a48abe802ae897a3d3441fdeb7efd584d3f8
Implement bindsym mouse configuration

If a `bindsym` config directive specifies a symbol beginning with
"button", the binding will be given the type B_MOUSE for the indicated
button number.

Example:

bindsym $mod+button2 exec echo 'button two'

This will be interpreted as having input code (now `keycode`) 2 and type
B_MOUSE.

The mechanism to find and run mouse bindings on mouse events is not
implemented.
src/bindings.c