X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fdata.h;h=69a79ade09faabf22bca2ddbbebef2243a65c14c;hp=3d67e315733893a85be3ef1124f6d145eb76cea8;hb=d78fd8d91fa714dec5288322098dec6410927f9e;hpb=1d4e9f5de0281d4f152420a90edc59577e142221 diff --git a/include/data.h b/include/data.h index 3d67e315..69a79ade 100644 --- a/include/data.h +++ b/include/data.h @@ -298,6 +298,10 @@ struct Binding { * title bar (default). */ bool whole_window; + /** If this is true for a mouse binding, the binding should only be + * executed if the button press was not on the titlebar. */ + bool exclude_titlebar; + /** Keycode to bind */ uint32_t keycode;