skip windows in alt-tab that have SKIP_PAGER set. perhaps this is a better metric.. also this is for mikachu <3
This commit is contained in:
parent
42c6cdd0c8
commit
ccebe3c441
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue