]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Add a --border flag to enable mouse binds to trigger on border click
[i3/i3] / include / data.h
index 50e1f1807bfc4cf2b16459a3d154f0883024f27f..4386226389afd0d5886931e0399ae16d91967375 100644 (file)
@@ -255,6 +255,10 @@ 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 the window border. */
+    bool border;
+
     /** 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). */