diff --git a/layouts/tile.c b/layouts/tile.c index 93ac019ce..a64c5c321 100644 --- a/layouts/tile.c +++ b/layouts/tile.c @@ -37,7 +37,7 @@ uicb_setnmaster(Display *disp, awesome_config *awesomeconf, const char * arg) { - if(!arg || (IS_ARRANGE(layout_tile) && !IS_ARRANGE(layout_tileleft))) + if(!arg || (!IS_ARRANGE(layout_tile) && !IS_ARRANGE(layout_tileleft))) return; if((awesomeconf->nmaster = (int) compute_new_value_from_arg(arg, (double) awesomeconf->nmaster)) < 0)