]> git.sur5r.net Git - i3/i3/commit
Don't trigger binding on window border click unless --border is given. (#2349)
authorIngo Bürk <admin@airblader.de>
Wed, 11 May 2016 18:11:35 +0000 (20:11 +0200)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Wed, 11 May 2016 18:11:35 +0000 (20:11 +0200)
commit9409c2b2e5fafb67b9a853c7bbc802702c6ab7d3
treeee530ea4f461f020ae62737669ec66fd337f39f7
parentf5945b7c6ec11dd8f7a27e2f908ed00b1d8ff3a8
Don't trigger binding on window border click unless --border is given. (#2349)

Prior to this commit a binding specifying only --whole-window would
trigger even when clicking on the window border. However, this should
only happen if --border is specified.

fixes #2348
src/click.c