aboutsummaryrefslogtreecommitdiff
path: root/monsterwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'monsterwm.c')
-rw-r--r--monsterwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c
index 6137bca..ab74b1a 100644
--- a/monsterwm.c
+++ b/monsterwm.c
@@ -672,7 +672,6 @@ void swap_master() {
}
void switch_mode(const Arg *arg) {
- if (mode == arg->i) return;
if (mode == MONOCLE) for (client *c=head; c; c=c->next) XMapWindow(dis, c->win);
mode = arg->i;
master_size = (mode == BSTACK ? wh : ww) * MASTER_SIZE;