docs: update

This commit is contained in:
Dylan Araps 2020-01-23 16:14:22 +02:00
parent 1d249a96ef
commit a31091472a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 0 additions and 1 deletions

1
sowm.c
View File

@ -128,7 +128,6 @@ void win_center() {
if (!cur) return;
win_size(cur->w, &(int){0}, &(int){0}, &ww, &wh);
XMoveWindow(d, cur->w, (sw - ww) / 2, (sh - wh) / 2);
}