diff options
| -rw-r--r-- | dwm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) | 
