No description
Find a file
Ben Buhse bb612c273e
Add REUSE licensing for non-code files
CC-BY-4.0 for documentation, CC0-1.0 for examples and .gitignore,
HPND for wlr-layer-shell protocol.

Also switch to GPL-3.0-only
2026-02-11 14:50:04 -06:00
examples Update input config to use "name=" property 2026-02-11 14:12:23 -06:00
LICENSES Add REUSE licensing for non-code files 2026-02-11 14:50:04 -06:00
protocol Implement river-input-management-v1 and river-libinput-config-v1 2026-02-09 12:55:47 -06:00
src Add REUSE licensing for non-code files 2026-02-11 14:50:04 -06:00
.gitignore initial commit 2025-05-03 21:07:26 -05:00
build.zig Add REUSE licensing for non-code files 2026-02-11 14:50:04 -06:00
build.zig.zon Add REUSE licensing for non-code files 2026-02-11 14:50:04 -06:00
README.md Add REUSE licensing for non-code files 2026-02-11 14:50:04 -06:00
REUSE.toml Add REUSE licensing for non-code files 2026-02-11 14:50:04 -06:00

beansprout wm

TODOs

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

  • Implement an optional clock bar
  • Implement a river-tag-overlay clone
  • Support overriding config location
  • Support window rules (float/tags/SSD by app-id/title)
  • 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