Enable your PC to wake from sleep or suspend when a paired Bluetooth device (controller, keyboard, mouse, etc.) reconnects or sends input.
Simply run:
curl -s -o /tmp/install https://raw.githubusercontent.com/EnriqueWood/wake-on-bluetooth/refs/heads/main/install && \
chmod +x /tmp/install && \
/tmp/install && \
rm /tmp/installAfter installation, the script will automatically reload udev rules and enable the service (if applicable).
- Put your machine to sleep with
systemctl suspendor from GUI. - Send input from your paired Bluetooth device—the PC will wake automatically.