New issue by ohlookitsaaron on void-packages repository https://github.com/void-linux/void-packages/issues/25532 Description: A tool that allows people to use the Xbox Wireless USB Adaptor from Microsoft to connect an Xbox One controller wirelessly on Linux with rumble support. Github page is [here](https://github.com/medusalix/xow). The developer's github page states that it requires systemd, but I've got it running as a simple runit service for some time now. Would love to see this in the void repos. Example xow runit service: `#!/bin/sh sudo -u nobody /usr/local/bin/xow`