dont skip desktop windows that set skip_taskbar
This commit is contained in:
parent
ca88a21a39
commit
d00096dedb
1 changed files with 1 additions and 0 deletions
|
@ -594,6 +594,7 @@ static gboolean valid_focus_target(ObClient *ft,
|
|||
/* it's not set to skip the taskbar (unless it is a type that would be
|
||||
expected to set this hint */
|
||||
ok = ok && ((ft->type == OB_CLIENT_TYPE_DOCK ||
|
||||
ft->type == OB_CLIENT_TYPE_DESKTOP ||
|
||||
ft->type == OB_CLIENT_TYPE_TOOLBAR ||
|
||||
ft->type == OB_CLIENT_TYPE_MENU ||
|
||||
ft->type == OB_CLIENT_TYPE_UTILITY) ||
|
||||
|
|
Loading…
Reference in a new issue