Skip to content

Commit

Permalink
Fix ewmh _NET_CLIENT_LIST when sending to ws
Browse files Browse the repository at this point in the history
  • Loading branch information
JLErvin committed Apr 23, 2020
1 parent cd0741c commit 5ab590c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,8 @@ client_save(struct client *c, int ws)
/* Save the client o the list of focusing order */
c->f_next = f_list[ws];
f_list[ws] = c;

ewmh_set_client_list();
}

/* This method will return true if it is safe to show a client on the given workspace
Expand Down

0 comments on commit 5ab590c

Please sign in to comment.