diff options
author | Sevz <leohdz172@protonmail.com> | 2022-03-10 10:21:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 10:21:04 -0600 |
commit | ebed67596d538f4839d4c2a5d5257b07ccb2e624 (patch) | |
tree | d009a373de691f0feaa50e8e02149d3b32be1033 /dwl.c | |
parent | f83f1049db1175c65fb7685d26e301f96224d86b (diff) | |
parent | 317175da08aedf80f0bfaf71849feea531872a88 (diff) |
Merge pull request #187 from fauxmight/new-clients-printstatus
Newly launched or closed clients ALWAYS generate status update
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1315,6 +1315,7 @@ mapnotify(struct wl_listener *listener, void *data) /* Set initial monitor, tags, floating status, and focus */ applyrules(c); + printstatus(); } void @@ -2291,6 +2292,7 @@ unmapnotify(struct wl_listener *listener, void *data) setmon(c, NULL, 0); wl_list_remove(&c->flink); wl_list_remove(&c->slink); + printstatus(); } void |