Skip to content

Commit fd31d3f

Browse files
Mikael MagnussonMikachu
authored andcommitted
Make Unfocus do what the name says.
1 parent 72363ad commit fd31d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openbox/actions/unfocus.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void action_unfocus_startup(void)
1111
/* Always return FALSE because its not interactive */
1212
static gboolean run_func(ObActionsData *data, gpointer options)
1313
{
14-
if (data->client && data->client == focus_client)
15-
focus_fallback(FALSE, FALSE, TRUE, FALSE);
14+
actions_interactive_cancel_act();
15+
focus_nothing();
1616
return FALSE;
1717
}

0 commit comments

Comments
 (0)