Skip to content

v0.2.2

Choose a tag to compare

@PaulBunch PaulBunch released this 24 Aug 03:13
· 17 commits to main since this release

What's Changed

Fixes

  • systemd: Fix daemon autostart after reboot by changing WantedBy back to default.target (graphical-session.target is passive and not triggered automatically on non-standard/custom Wayland setups).
  • Makefile: Auto-enable and start the systemd user service immediately during make install (systemctl --user enable --now).
  • Makefile: Stop background daemon processes prior to binary removal during make uninstall to prevent orphaned processes.

Documentation

  • Updated installation instructions and systemd service management docs in README.md.
  • Added missing rmd config default-time command to usage examples.