mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
IsUnmapped bug
This commit is contained in:
parent
b30a6c150d
commit
4ed6f5ce9e
1 changed files with 0 additions and 1 deletions
|
@ -721,7 +721,6 @@ void run_switcher(int mode, int fmode)
|
|||
for (i = nwins-1; i > -1; i--)
|
||||
{
|
||||
if ((c = window_client(wins[i]))
|
||||
&& c->xattr.map_state == IsViewable
|
||||
&& !c->xattr.override_redirect
|
||||
&& !client_has_state(c, netatoms[_NET_WM_STATE_SKIP_PAGER])
|
||||
&& !client_has_state(c, netatoms[_NET_WM_STATE_SKIP_TASKBAR]))
|
||||
|
|
Loading…
Add table
Reference in a new issue