No description
Find a file
Ben Buhse 07fbe91c13
Implement floating windows with pointer and keyboard controls
Add interactive move/resize operations using configurable pointer bindings
(Mod4+BTN_LEFT to move, Mod4+BTN_RIGHT to resize). Tiled windows
automatically float when dragged or resized.

Add keyboard commands for floating windows:
- move_up/down/left/right: move by pixel amount
- resize_width/height: resize by pixel amount
- swap_next/swap_prev: swap position in window stack

Fix float dimension initialization when windows first become floating,
and fix clamp crash when resizing windows larger than output bounds.

Update example config with documented keybinds and new pointer_binds block.
2026-02-06 14:36:12 -06:00
examples Implement floating windows with pointer and keyboard controls 2026-02-06 14:36:12 -06:00
LICENSES Display a single window! 2025-08-03 09:31:27 -05:00
protocol Add river-xkb-bindings and implement Alt+T to open foot 2026-01-19 14:32:46 -06:00
src Implement floating windows with pointer and keyboard controls 2026-02-06 14:36:12 -06:00
.gitignore initial commit 2025-05-03 21:07:26 -05:00
build.zig Implement configuration for keybindings 2026-01-30 20:33:16 -06:00
build.zig.zon Implement configuration for keybindings 2026-01-30 20:33:16 -06:00
README.md Implement floating windows with pointer and keyboard controls 2026-02-06 14:36:12 -06:00

beansprout wm

TODOs

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

  • Support wallpapers
  • Support a bar
  • Support starting programs at WM launch
  • Support overriding config location
  • Add support for multimedia/brightness keys
  • Make "orelse return" bits into errors; handle gracefully
  • 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