X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=client.c;h=5b666c96d2cea0d69ce039ad18c8730c9cf7da89;hp=487cb0caebec3c952f344a9aeefd39bb88855e15;hb=54775e0b3e48273240d8efa619af0ce85e3685da;hpb=59b4a5e4cac68dfe6d245b8b708c3cb805f49f6d diff --git a/client.c b/client.c index 487cb0c..5b666c9 100644 --- a/client.c +++ b/client.c @@ -120,6 +120,7 @@ floating(Arg *arg) focus(sel); } } + draw_bar(); } void @@ -176,6 +177,7 @@ tiling(Arg *arg) focus(sel); } } + draw_bar(); } void