]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/unfocus.c
don't make omnipresent windows lose focus when changing desktops. this is done by...
[chaz/openbox] / openbox / actions / unfocus.c
index 70384f4d2528b4016174aaeedf4bccb6f0196555..0527d2a06d6dd7e986f3d488d9df5d79338fb313 100644 (file)
@@ -12,6 +12,6 @@ void action_unfocus_startup()
 static gboolean run_func(ObActionsData *data, gpointer options)
 {
     if (data->client && data->client == focus_client)
-        focus_fallback(FALSE, FALSE, TRUE);
+        focus_fallback(FALSE, FALSE, TRUE, FALSE);
     return FALSE;
 }
This page took 0.020522 seconds and 4 git commands to generate.