aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-14 18:55:50 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-14 18:55:50 +0200
commit54775e0b3e48273240d8efa619af0ce85e3685da (patch)
treec2646e14f7c57e53e2cb3791db014d73227a7a46 /client.c
parent59b4a5e4cac68dfe6d245b8b708c3cb805f49f6d (diff)
downloaddwm-54775e0b3e48273240d8efa619af0ce85e3685da.tar.zst
bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 2 insertions, 0 deletions
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