diff options
author | tcmal <me@aria.rip> | 2024-07-04 21:54:47 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-07-04 21:54:47 +0100 |
commit | 7000d2458b7fbe70967c7b97875f305ec1a10589 (patch) | |
tree | b13497453b168d1886bf4d5a210cc2130f901f9b /src/clients/mod.rs | |
parent | 19d4dac4d9b30fdebc445c70e6524c0d207b6917 (diff) |
don't need to do xmoveresizewindow stuff
Diffstat (limited to 'src/clients/mod.rs')
-rw-r--r-- | src/clients/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clients/mod.rs b/src/clients/mod.rs index 8fac307..4b5754b 100644 --- a/src/clients/mod.rs +++ b/src/clients/mod.rs @@ -229,7 +229,6 @@ impl ClientState { }); c.set_withdrawn(conn, false); - // TODO: XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some windows require this */ self.refocus(conn, mon, 0); self.rearrange_monitor(conn, mon); } |