X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdata.h;h=8f2c197df3e11e4a9234323a5fd8b3fd6049b289;hb=1b69ddacbe01741e01a6955cbe464a7b56fae45b;hp=1a67685d8d5c9e57ebf6fab51549be8e2b3fd06a;hpb=c937f768f92b74dfa662b174cf6e6fc6f4871234;p=i3%2Fi3 diff --git a/include/data.h b/include/data.h index 1a67685d..8f2c197d 100644 --- a/include/data.h +++ b/include/data.h @@ -255,6 +255,11 @@ struct Binding { B_UPON_KEYRELEASE_IGNORE_MODS = 2, } release; + /** If this is true for a mouse binding, the binding should be executed + * when the button is pressed over any part of the window, not just the + * title bar (default). */ + bool whole_window; + uint32_t number_keycodes; /** Keycode to bind */