You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.