commit a31091472ab2e198bbe0e1732e4421b719637a4e parent 1d249a96eff03cb5e93517279c5ceb092cf3cf36 Author: Dylan Araps <dylan.araps@gmail.com> Date: Thu, 23 Jan 2020 16:14:22 +0200 docs: update Diffstat:
M | sowm.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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); }