]> git.sur5r.net Git - i3/i3/commit
Feature: implement mouse bindings
authorTony Crisci <tony@dubstepdish.com>
Tue, 17 Jun 2014 13:34:13 +0000 (09:34 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 19 Jun 2014 10:28:54 +0000 (12:28 +0200)
commit0df172fd0510c73e9119304c2d126a2742d29a09
tree58ba353e49033b509e83aa9daf4ec704c1e1afc7
parent0bc73f526d44fa40023144240b221cbed49da3c6
Feature: implement mouse bindings

A configured mouse binding (for example `bindsym button3 kill`) runs
its command when the mouse button is pressed over parts of a container.

If the binding has no modifer, it will only run when the button is
clicked on the window titlebar.

Otherwise if the binding has a modifier, it will run over the titlebar
or any part of the contained window.

fixes #558
docs/userguide
include/bindings.h
src/bindings.c
src/click.c
src/key_press.c