1
0
mirror of https://github.com/dylanaraps/sowm.git synced 2025-07-29 03:01:56 -07:00

docs: update

This commit is contained in:
Dylan Araps
2020-01-23 16:14:22 +02:00
parent 1d249a96ef
commit a31091472a

1
sowm.c

@@ -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);
}