]> Dogcows Code - chaz/openbox/commitdiff
let unfocus action go back to the same window. you should be doing some other action...
authorDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 22:12:11 +0000 (22:12 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 22:12:11 +0000 (22:12 +0000)
openbox/action.c

index 0f1a04d2dbcdf74c354cc38325917fdb570605d9..8c8064f89a21ab86acc5f145efbcdb6f981e9558 100644 (file)
@@ -1309,7 +1309,7 @@ void action_focus(union ActionData *data)
 void action_unfocus (union ActionData *data)
 {
     if (data->client.any.c == focus_client)
-        focus_fallback(FALSE);
+        focus_fallback(TRUE);
 }
 
 void action_iconify(union ActionData *data)
This page took 0.025448 seconds and 4 git commands to generate.