beansprout-custom/README.md
Ben Buhse 4d379a272c
Change many "orelse return" sections to log.err
Beansprout will still continue gracefully, but I added handling so that
they'll log errors so we should have some record of something beind
wrong.
2026-02-08 15:11:03 -06:00

1 KiB

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