don't show pager urgent popups for focusing clients

This commit is contained in:
Mike Blumenkrantz 2014-02-20 11:22:57 -05:00
parent 8eba19c012
commit d840583263
1 changed files with 1 additions and 1 deletions

View File

@ -1406,7 +1406,7 @@ _pager_cb_event_client_urgent_change(void *data __UNUSED__, int type __UNUSED__,
urgent = ev->ec->icccm.urgent;
if (pager_config->popup_urgent && (pager_config->popup_urgent_focus ||
(!pager_config->popup_urgent_focus && !ev->ec->focused)))
((!pager_config->popup_urgent_focus) && (!ev->ec->focused) && (!ev->ec->want_focus))))
{
pp = _pager_popup_find(zone);