mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-07-29 03:01:56 -07:00
docs: update
This commit is contained in:
1
sowm.c
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user