]> Dogcows Code - chaz/openbox/blobdiff - plugins/mouse/mouserc_parse.l
focus a window on desktop switch
[chaz/openbox] / plugins / mouse / mouserc_parse.l
index bc6c857f3f18e20748b39f1059c20980fd50eeb6..1f2d19705d8b08af3dfbd931ff88b688c6babd8f 100644 (file)
@@ -92,8 +92,11 @@ static void addbinding()
         /* the below types cannot be used with !motion events, or at all with
            mouse bindings */
     } else if (a && (a->func == action_move || a->func == action_resize ||
-                     a->func == action_move_relative ||
-                     a->func == action_resize_relative)) {
+                     a->func == action_execute || a->func == action_desktop ||
+                     a->func == action_move_relative_horz ||
+                     a->func == action_move_relative_vert ||
+                     a->func == action_resize_relative_horz ||
+                     a->func == action_resize_relative_vert)) {
         action_free(a);
         a = NULL;
     }
This page took 0.02062 seconds and 4 git commands to generate.