Load wallpaper_image_path from config with tilde expansion (environment variables are not supported) On the way for this commit, I also had to: - Fix wallpaper not rendering on startup by triggering init from the .wl_output handler, since wl_output.done is lost during the initial roundtrip - Re-render wallpapers on config reload when the path changes - Fix crash in deinitWallpaperLayerSurface when wl_surface is null
26 lines
867 B
Markdown
26 lines
867 B
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.
|
|
|
|
- [ ] Switch all structs to idiomatic Zig init/deinit pattern (init returns value, caller decides stack/heap)
|
|
- [ ] Support per-host config using properties
|
|
- [ ] Support a basic 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
|
|
- [x] Support changeable primary ratio
|
|
- [x] Support changeable primary count
|
|
- [x] Support multiple outputs
|
|
- [x] Support floating windows
|
|
- [x] Support wallpapers
|