]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Introduce --exclude-titlebar flag for mouse bindings. (#2703)
[i3/i3] / include / data.h
index 3d67e315733893a85be3ef1124f6d145eb76cea8..69a79ade09faabf22bca2ddbbebef2243a65c14c 100644 (file)
@@ -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;