diff options
author | uint23 <[email protected]> | 2025-04-29 18:30:07 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-29 18:30:07 +0100 |
commit | 7ae7596296b9efcf8cd9dce34dbeb86c4008606e (patch) | |
tree | ad40444b4a7092aad102b25c08ee9a533798cab2 | |
parent | 77406600c42b4bc45ea061c081da73c564b4cc74 (diff) |
fixed random window swapping when resizing
-rw-r--r-- | src/sxwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1195,6 +1195,7 @@ void tile(void) int i = 0; int stack_x = left + master_width + user_config.gaps; + focused = workspaces[current_ws]; for (c = workspaces[current_ws]; c; c = c->next) { if (c->floating || c->mon != m) { continue; |