Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kerty0 created a branch on kerty0/handlr-regex
default-desktop-handler - Fork of handlr with support for regex
kerty0 created a comment on an issue on LGFae/swww
The Wayland composer you are using doesn't support the protocol required for swww to work.
kerty0 created a comment on an issue on LGFae/swww
Based on my testing, it appears that memory leaks occur due to unsuccessful (in case of `dpms-off`) or overlapping transitions. As temporary fix you could use `--transition-type none` or kill `swww...
kerty0 created a comment on an issue on LGFae/swww
This was added to restore which filter was used to display wallpaper. If you are using shell script you can replace `cat DP-2` with `cat DP-2 | cut -d " " -f 2-` and it should work with new version...
kerty0 created a comment on an issue on LGFae/swww
Yes, `swww-daemon` restores wallpaper based on cache and `swww img` modifies it but `swww clear` doesn't. You can set persistent color wallpaper with `swww img 0x446688`.
kerty0 pushed 1 commit to main kerty0/swww
- Add wallpaper refresh on monitor configuration change 56928f7
kerty0 pushed 1 commit to main kerty0/swww
- Add wallpaper refresh on monitor configuration change d97f993
kerty0 created a comment on a pull request on LGFae/swww
I thinking about adding to `Daemon` something like this: ``` rust fn reconfigure_wallpaper(&self, output_name: String) { std::thread::Builder::new() .name("wallpaper reconfigurator"...
kerty0 opened a pull request on LGFae/swww
Fix memory leak and stopped animation when connecting/disconnecting monitor
1. Memory leak when connecting/disconnecting monitor (happens on KDE Plasma and Hyprland): if I understand it correctly, Compositor sends LayerSurface closed event which removes Wallpaper belonging...kerty0 pushed 8 commits to main kerty0/swww
- added resize-stretch feature d581b9e
- added to docs 8c72051
- more concise definition 3cdf15b
- formatted + typo fix 741ca78
- Merge pull request #373 from rexept/resize-features Add stretch to resize options 77a2f2d
- update dependencies 8e3bd5c
- update MSRV 624fac4
- Merge pull request #372 from kerty0/main Add image filter to cache 36808df