No description
Before, they were ignoring tags, so you could cycle to windows on other tags instead of only the same tag. |
||
|---|---|---|
| examples | ||
| LICENSES | ||
| protocol | ||
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| README.md | ||
beansprout wm
TODOs
These are in rough order of my priority, though no promises I do them in this order.
- Support per-host config using properties (maybe also per-output?)
- Add input configuration, i.e. pointer acceleration and that type of thing
- Support a basic bar
- Implement runtime log levels
- Support starting programs at WM launch
- Support overriding config location
- Add support for multimedia/brightness keys (this might not be neccesary)
- Support multiple seats
- Support clipping floating windows on edge of/between outputs
- Support changeable primary ratio
- Support changeable primary count
- Support multiple outputs
- Support floating windows
- Support wallpapers
- Make "orelse return" bits into errors; handle gracefully
- Switch all structs to idiomatic Zig init/deinit pattern (init returns value, caller decides stack/heap)
- I'm not sure I really need this