This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: dylanaraps/sowm
Releases · dylanaraps/sowm
1.6
1.5
- Makefile fixes.
1.4
- docs
1.3
- Added minimum resize amount.
- Minor fixes.
- bmake support for Makefile
- etc
1.2
- Fix various code style errors.
- Fixed bug causing sowm to not work.
1.1
- Fixed keybindings not working with various modifier keys.
- patches
1.0
- Clean up.
- Bugfixes.
0.3
- Down to
240
LOC. - Fixed
sowm
not honoring--geometry
and similar flags. - Fixed
sowm
not usingMOD
fromconfig.h
for mouse bindings. - Reduced the number of server events
sowm
subscribes to. - Simplified structures used for passing around windows, workspaces, geometry etc.
0.2
- Optimizations in window move and resize.
- Use
config.def.h
instead ofconfig.h
. - Enabled more compiler warnings (and fixed them).
- Build with
-O3
instead of-Os
(no size difference).
0.1
- Initial release.
- All known bugs fixed.
- Source is now commented.
- Down to 268 LOC.