From 54775e0b3e48273240d8efa619af0ce85e3685da Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 14 Jul 2006 18:55:50 +0200 Subject: bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode --- client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client.c') 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 -- cgit v1.2.3