]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
skip windows in alt-tab that have SKIP_PAGER set. perhaps this is a better metric...
[chaz/openbox] / openbox / focus.c
index 09b787537a9bf935f9cf22499037b313602ba79d..02832cea8c7f8ab428490694acbf7b65ce864f7f 100644 (file)
@@ -521,6 +521,7 @@ static gboolean valid_focus_target(ObClient *ft)
            ft->type == OB_CLIENT_TYPE_MENU ||
            ft->type == OB_CLIENT_TYPE_UTILITY))) &&
         ((ft->can_focus || ft->focus_notify) &&
+         !ft->skip_taskbar &&
          (ft->desktop == screen_desktop || ft->desktop == DESKTOP_ALL)) &&
         ft == client_focus_target(ft))
         return TRUE;
This page took 0.022203 seconds and 4 git commands to generate.