This is mostly useful for media and brightness keys, but could be used for other stuff, too.
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2025 Ben Buhse <me@benbuhse.email>
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
|
|
# 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
|
|
- [ ] Implement an optional clock bar
|
|
- [ ] Implement a rivertile 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
|
|
- [x] Support changeable primary ratio
|
|
- [x] Support changeable primary count
|
|
- [x] Support multiple outputs
|
|
- [x] Support floating windows
|
|
- [x] Support wallpapers
|
|
- [x] Make "orelse return" bits into errors; handle gracefully
|
|
- [x] Implement runtime log levels
|
|
- [x] Add input configuration, i.e. pointer acceleration and that type of thing
|
|
- [x] Support `None` modifier for keybinds (needed for media/brightness keys)
|