Age | Commit message (Collapse) | Author |
|
Fix sometimes disappearing mouse cursor above wallpapers
Add small clarifications to README
Update Arch Linux PKGBUILD to follow their Rust package guidelines
Add minimum supported Rust version so Cargo can enforce it at build time
Update dependencies
|
|
Fix broken wallpapers on 90 degree rotated monitors
https://github.com/gergo-salyi/multibg-sway/issues/9
Update dependencies
|
|
Try to fix crash with wayland protocol error regarding wlr_layer_surface
https://github.com/gergo-salyi/multibg-sway/issues/8
Add logging messages
Update dependencies
|
|
Fix image corruption for certain pixel formats when
output width is not a multiple of 4:
https://github.com/gergo-salyi/multibg-sway/issues/6
Add the --pixelformat cli argument.
Setting --pixelformat=baseline can force wl_buffers to use
the wayland default xrgb8888 pixel format if bgr888
or future others would break for any reason
Update dependencies
|
|
Fix displaying the wallpapers on outputs
with fractional scale factor:
https://github.com/gergo-salyi/multibg-sway/issues/5
Update dependencies
|
|
Fix displaying the wallpapers on outputs
with higher than 1 integer scale factor:
https://github.com/gergo-salyi/multibg-sway/issues/4
Update dependencies
|
|
Allocate/release graphics memory per output when the output is
connected/disconnected. This may help with
https://github.com/gergo-salyi/multibg-sway/issues/2
Log graphics memory use (our wayland shared memory pool sizes)
Minor fix to avoid a logged error on redrawing backgrounds already being drawn
Update dependencies
|
|
Update dependencies, including fast_image_resize which fixed a major bug
|
|
Fix crash on suspend
https://github.com/gergo-salyi/multibg-sway/issues/1
Implement automatic image resizing
|
|
https://aur.archlinux.org/packages/multibg-sway#comment-909732
By now Rust dependency smithay-client-toolkit has unneeded feature xkbcommon
enabled as default. This will be properly fixed in Cargo.toml in the next
release, by then libxkbcommon can be dropped again.
|
|
|
|
|