From a31091472ab2e198bbe0e1732e4421b719637a4e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 23 Jan 2020 16:14:22 +0200 Subject: [PATCH] docs: update --- sowm.c | 1 - 1 file changed, 1 deletion(-) 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); }