-
-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add script to disconnect dualshock/sense with HOME + TRIANGLE #1476
Conversation
…ding Systemd service This is a workaround for ublue-os#1289 and should be removed if there comes a native solution from ValveSoftware/steam-for-linux#8678 - Added `bazzite-bluetooth-ds4-ds5-workaround` script to monitor PS4 and PS5 controllers - Script checks for connected gamepads, extracts their MAC addresses, and starts a monitoring process - The monitoring process listens for specific button combinations (Home + Triangle) to disconnect the gamepad - Includes cleanup functionality to stop monitoring processes for disconnected gamepads - Created Systemd service `bazzite-bluetooth-ds4-ds5-workaround.service` - Service description and dependencies defined in `[Unit]` section - `[Service]` section specifies script execution, restart policy, user, and group - `[Install]` section enables the service to start on boot - Added instructions to load, start, and enable the service - Included commands for reloading Systemd, starting the service, and enabling it on boot - Provided guidance on checking the service status and logs for troubleshooting Author: thekk1 Version: 1.0
…kages, fixes python errors when layering some packages." This reverts commit 5ec9e55.
Add device handling with device mac address as argument
This way, bazziye-bluetooth-ds4-ds5-workaround wont use exit code 1 whenever we dont receive MAC address of the controller
…tooth-ds4-ds5-workaround.rules
c884a54
to
50e84a9
Compare
NOTE: This PR enters in conflict with #1484. Apply one or other. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having thought long and hard about this i think this one will be the easiest one to maintain
Forgot this PR existed 😅. Will have to do a rewrite sadly, given:
|
Pull request was closed
ujust toggle-ds45-workaround