Commit Graph

3 Commits

Author SHA1 Message Date
acd890fb69 adding support for if\else type situations 2026-03-15 17:50:11 -06:00
b428f4861a Fix HID timeout/EINTR errors and relative icon paths
- Treat "timeout" and "interrupted system call" from ReadWithTimeout as
  non-fatal — hidraw on Linux returns errors instead of (0, nil) for
  both, causing false device-dead detection and reconnect loops
- Resolve icons_dir relative to the config file when the path is not
  absolute, so the service finds icons regardless of working directory
- Installer now copies bundled icons to the config dir on first install
2026-03-15 10:36:44 -06:00
663d452ca3 Initial Push 2026-03-15 10:10:13 -06:00