all repos — openbox @ 0f544808b8372a6c8a2cbfae214f2803dd3c6170

openbox fork - make it a bit more like ryudo

no mouse interactive actions. no bugs.
Dana Jansens danakj@orodu.net
commit

0f544808b8372a6c8a2cbfae214f2803dd3c6170

parent

5e38ae49ce5ceb5b983ee7d486439238a42c8431

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M openbox/action.copenbox/action.c

@@ -698,6 +698,9 @@ exist = TRUE;

a = action_new(actionstrings[i].func, uact); if (actionstrings[i].setup) actionstrings[i].setup(&a, uact); + /* only key bindings can be interactive. thus saith the xor. */ + if (uact != OB_USER_ACTION_KEYBOARD_KEY) + a->data.any.interactive = FALSE; break; } if (!exist)