No description
Primary ratio is per-output.
If an output is disconnected/disabled, its windows get sent to the
previous output in the output list. If all outputs are disconnected,
windows are added to an orphan list in the WM. Once an output is
re-added, the orphans are all given to that output.
When a window is sent to a new output, it keeps the same tags as it
had before. I may add an option to take the new output's tags.
- Rename focus_next/focus_prev to focus_next_window/focus_prev_window
- Add focus_next_output/focus_prev_output
- Add send_to_next_output/send_to_prev_output commands to move windows
between outputs
Split Seat.PendingManage.PendingFocus into separate pending output
and pending window structs
Fix window outputs when closing outputs
|
||
|---|---|---|
| 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 floating windows
- Support wallpapers
- Support a bar
- Support changeable primary count
- Support starting programs at WM launch
- Support overriding config location
- Add support for multimedia/brightness keys
- Support multiple seats
- Support changeable primary ratio
- Support multiple outputs