X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=5b666c96d2cea0d69ce039ad18c8730c9cf7da89;hb=54775e0b3e48273240d8efa619af0ce85e3685da;hp=487cb0caebec3c952f344a9aeefd39bb88855e15;hpb=6797ff84ae00d8039aa897d8b713ccdb771cd336;p=dwm.git 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