X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.c;h=92ea40dbaf18fb7f05e4761853d04fe531b8ce9b;hb=2a94bb496cd9cd883603dbea43d087e833e71033;hp=b96e6f47d5cc43f8be28d27b5c36e0925adfe671;hpb=e126add24b56470c8dc0cd7d0ee0dd71de22fb9a;p=spectrwm.git diff --git a/scrotwm.c b/scrotwm.c index b96e6f4..92ea40d 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -2380,7 +2380,7 @@ stack_config(struct swm_region *r, union arg *args) if (ws->cur_layout->l_config != NULL) ws->cur_layout->l_config(ws, args->id); - if (args->id != SWM_ARG_ID_STACKINIT); + if (args->id != SWM_ARG_ID_STACKINIT) stack(); }