some cleanup
This commit is contained in:
parent
f77a3d0a62
commit
c19d4b2930
2 changed files with 3 additions and 4 deletions
3
dwm.c
3
dwm.c
|
@ -408,6 +408,7 @@ configurenotify(XEvent *e) {
|
|||
|
||||
if(ev->window == root && (ev->width != sw || ev->height != sh)) {
|
||||
setgeoms();
|
||||
updatebarpos();
|
||||
arrange();
|
||||
}
|
||||
}
|
||||
|
@ -1415,8 +1416,6 @@ setdefaultgeoms(void) {
|
|||
moy = wy;
|
||||
mow = ww;
|
||||
moh = wh;
|
||||
|
||||
updatebarpos();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue