]> git.sur5r.net Git - i3/i3/commit - src/click.c
Introduce --exclude-titlebar flag for mouse bindings. (#2703)
authorIngo Bürk <admin@airblader.de>
Tue, 2 May 2017 07:08:42 +0000 (09:08 +0200)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Tue, 2 May 2017 07:08:42 +0000 (09:08 +0200)
commitd78fd8d91fa714dec5288322098dec6410927f9e
tree50804c051ba0f12316427f19dd4ed2e1ae6b49e3
parent1d4e9f5de0281d4f152420a90edc59577e142221
Introduce --exclude-titlebar flag for mouse bindings. (#2703)

This introduces the flag --exclude-titlebar for mouse bindings which
allows bindings like

    bindsym --whole-window --border --exclude-titlebar button3 focus

fixes #2347
docs/userguide
include/bindings.h
include/config_directives.h
include/data.h
parser-specs/config.spec
src/bindings.c
src/click.c
src/config_directives.c
testcases/t/201-config-parser.t