We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72363ad commit fd31d3fCopy full SHA for fd31d3f
openbox/actions/unfocus.c
@@ -11,7 +11,7 @@ void action_unfocus_startup(void)
11
/* Always return FALSE because its not interactive */
12
static gboolean run_func(ObActionsData *data, gpointer options)
13
{
14
- if (data->client && data->client == focus_client)
15
- focus_fallback(FALSE, FALSE, TRUE, FALSE);
+ actions_interactive_cancel_act();
+ focus_nothing();
16
return FALSE;
17
}
0 commit comments