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
867 B
867 B
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
- Support changeable primary ratio
- Support changeable primary count
- Support multiple outputs
- Support floating windows
- Support wallpapers