dont let bind to actiondesktop
This commit is contained in:
parent
a6d5d8bcd8
commit
f2a1e11e95
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ static void addbinding()
|
||||||
/* the below types cannot be used with !motion events, or at all with
|
/* the below types cannot be used with !motion events, or at all with
|
||||||
mouse bindings */
|
mouse bindings */
|
||||||
} else if (a && (a->func == action_move || a->func == action_resize ||
|
} else if (a && (a->func == action_move || a->func == action_resize ||
|
||||||
|
a->func == action_desktop ||
|
||||||
a->func == action_move_relative ||
|
a->func == action_move_relative ||
|
||||||
a->func == action_resize_relative)) {
|
a->func == action_resize_relative)) {
|
||||||
action_free(a);
|
action_free(a);
|
||||||
|
|
Loading…
Reference in a new issue