diff options
| -rw-r--r-- | view.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -194,7 +194,7 @@ dotile(Arg *arg) {  					break;  				case StackBottom:  					c->x = sx; -					c->y = sy + master; +					c->y = sy + master + bh;  					break;  				case StackRight:  					c->x = sx + master; | 
