]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/focus.c
add resizerelative action
[chaz/openbox] / openbox / actions / focus.c
index 9be6741cd38bf9810ab5472267f0633165e6030d..254850ecc728e67e8c0651bd9a6ba944de1e1529 100644 (file)
@@ -51,10 +51,9 @@ static gboolean run_func(ObActionsData *data, gpointer options)
         {
             client_activate(data->client, o->here, FALSE, FALSE, TRUE);
         }
-    } else {
-        /* focus action on something other than a client, make keybindings
-           work for this openbox instance, but don't focus any specific client
-        */
+    } else if (data->context == OB_FRAME_CONTEXT_DESKTOP) {
+        /* focus action on the root window. make keybindings work for this
+           openbox instance, but don't focus any specific client */
         focus_nothing();
     }
 
This page took 0.022164 seconds and 4 git commands to generate.