]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
add stacking_below which moves a window to immediately below another window. use...
[chaz/openbox] / openbox / focus.c
index 9949dea3a68fb337ad79a025e75b5985450d45ed..c30d0e613ffaff3d03c348f975aaa34856a785ac 100644 (file)
@@ -278,7 +278,7 @@ ObClient *focus_cycle(gboolean forward, gboolean linear, gboolean done,
         goto done_cycle;
     } else if (done) {
         if (focus_cycle_target)
-            client_activate(focus_cycle_target);
+            client_activate(focus_cycle_target, FALSE);
         goto done_cycle;
     }
 
@@ -309,6 +309,7 @@ ObClient *focus_cycle(gboolean forward, gboolean linear, gboolean done,
            desktop */
         if (ft->transients == NULL && client_normal(ft) &&
             ((ft->can_focus || ft->focus_notify) &&
+             !ft->skip_taskbar &&
              (ft->desktop == screen_desktop || ft->desktop == DESKTOP_ALL))) {
             if (ft != focus_cycle_target) { /* prevents flicker */
                 if (focus_cycle_target)
This page took 0.02307 seconds and 4 git commands to generate.