summaryrefslogtreecommitdiff
path: root/default_sxwmrc
AgeCommit message (Collapse)Author
2025-06-20add window swallowingAbhinav
the user can now specify which windows can swallow / can be swallowed.
2025-06-10update correct function for monitor window movementRick Console
2025-06-07Fix memory leaks, buffer overflows, and add resource cleanup in parser()elbachir-one
- Fixed potential memory leaks in `should_float` allocation and exec command duplication. - Prevented buffer overflows by using `snprintf` and properly bounded copies. - Ensured all allocated memory is freed on parser failure for robust cleanup.
2025-06-06add monitor switching with shortened config namesRick Console
2025-06-05added monitor switchingRick Console
2025-06-04clean up code, add contributions help, v1.6Abhinav
2025-06-04fix master cursor not moving with master window when changingAbhinav
2025-06-03added vertical stack resizingAbhinav
2025-06-02add docs for warp_cursorAbhinav
2025-05-31add new_win_focus to default_sxwmrcAbhinav
2025-05-29allow mod + altAbhinav