skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them
This commit is contained in:
parent
70003cece6
commit
5c0f10b6b6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue