beansprout-custom/docs/TODO.md
Ben Buhse 1df6820b1d
Implement per-tag primary_count and primary_ratio
By default, each tag mask will use the default count and ratio. If the
mask gets modified by any of the commands, it gets added to a hash map.
When changing tag masks, the current count and ratio are stored, and
they're used again later if you switch back to that mask.

This commit also adds primary_count and primary_ratio to the general
settings for the config, so users can set a default count/ratio to use.
2026-02-12 14:10:21 -06:00

1.2 KiB

TODOs

These are in rough order of my priority, though no promises I do them in this order.

  • Implement a river-tag-overlay clone
  • Implement an optional clock bar
  • Support window rules (float/tags/SSD by app-id/title)
  • Support overriding config location
  • Support configuring primary vs secondary stack side
  • Support switch handling (e.g. lid close)
  • Support keybind modes (e.g. passthrough)
  • Support solid background-color fallback (no wallpaper)
  • Support per-output wallpapers
  • Support focus-follows-cursor granularity (normal vs always)
  • 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
  • Implement runtime log levels
  • Add input configuration, i.e. pointer acceleration and that type of thing
  • Support None modifier for keybinds (needed for media/brightness keys)
  • Support per-host config using properties
  • Implement primary count/ratio per tagmask
  • Add primary_count and primary_ratio to Config