X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dwm.c;h=4847a889434e8619965340637f2ac410be16f44a;hb=e1002745fa4e2649d1f166f652c6c41ccfaaca9b;hp=d8f5352581fe94c1120debe486d6586dcdd682b8;hpb=940a4cc6c686fc38306acd5c8ae2d20caae16e5b;p=dwm.git diff --git a/dwm.c b/dwm.c index d8f5352..4847a88 100644 --- a/dwm.c +++ b/dwm.c @@ -357,7 +357,7 @@ checkotherwm(void) { void cleanup(void) { close(STDIN_FILENO); - view(NULL); + view((uint[]){~0}); while(stack) unmanage(stack); if(dc.font.set)