diff --git a/sowm.c b/sowm.c index a22d697..8066623 100644 --- a/sowm.c +++ b/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); }