aboutsummarylogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorgarbeam@gmail.com2011-06-14 22:28:16 +0100
committergarbeam@gmail.com2011-06-14 22:28:16 +0100
commite72d1b2db40b7744f170425a8ca0e6e1b8d748af (patch)
tree781b75326bc80217dd3a0a0ca4fa277cc4b0c6a2 /dwm.c
parentd1d859358ea2073a4eb19294e1961e6ae17a7c64 (diff)
downloadaur-e72d1b2db40b7744f170425a8ca0e6e1b8d748af.tar.gz
don't check for monocle layout in zoom() exit condition
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index f6cec0b22ec6..7846be0b33b8 100644
--- a/dwm.c
+++ b/dwm.c
@@ -2034,7 +2034,6 @@ zoom(const Arg *arg) {
Client *c = selmon->sel;
if(!selmon->lt[selmon->sellt]->arrange
- || selmon->lt[selmon->sellt]->arrange == monocle
|| (selmon->sel && selmon->sel->isfloating))
return;
if(c == nexttiled(selmon->clients))