-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Commits on Jul 28, 2024
-
Add script to monitor and disconnect Bluetooth gamepads and correspon…
…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
Configuration menu - View commit details
-
Copy full SHA for c84633b - Browse repository at this point
Copy the full SHA c84633bView commit details -
Removed type=oneshot from service file, because this service should r…
…un all the time.
Configuration menu - View commit details
-
Copy full SHA for bb1be24 - Browse repository at this point
Copy the full SHA bb1be24View commit details -
Configuration menu - View commit details
-
Copy full SHA for d87580f - Browse repository at this point
Copy the full SHA d87580fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f4745 - Browse repository at this point
Copy the full SHA b8f4745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a02518 - Browse repository at this point
Copy the full SHA 0a02518View commit details -
Revert "fix: Remove pip installed packages and use newly made rpm pac…
…kages, fixes python errors when layering some packages." This reverts commit 5ec9e55.
Configuration menu - View commit details
-
Copy full SHA for c347ed3 - Browse repository at this point
Copy the full SHA c347ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bec731 - Browse repository at this point
Copy the full SHA 2bec731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e09e7 - Browse repository at this point
Copy the full SHA 11e09e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5633fed - Browse repository at this point
Copy the full SHA 5633fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f47bf - Browse repository at this point
Copy the full SHA b8f47bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e639f84 - Browse repository at this point
Copy the full SHA e639f84View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c829b76 - Browse repository at this point
Copy the full SHA c829b76View commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79c9880 - Browse repository at this point
Copy the full SHA 79c9880View commit details -
Configuration menu - View commit details
-
Copy full SHA for c64447e - Browse repository at this point
Copy the full SHA c64447eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c0ab97 - Browse repository at this point
Copy the full SHA 7c0ab97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0e61b - Browse repository at this point
Copy the full SHA 5b0e61bView commit details -
refactor: rewrite bazzite-bluetooth-ds4-ds5-workaround to python
Add device handling with device mac address as argument
Configuration menu - View commit details
-
Copy full SHA for a955399 - Browse repository at this point
Copy the full SHA a955399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8391e83 - Browse repository at this point
Copy the full SHA 8391e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db8b73 - Browse repository at this point
Copy the full SHA 6db8b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e38db - Browse repository at this point
Copy the full SHA f9e38dbView commit details
Commits on Aug 5, 2024
-
This way, bazziye-bluetooth-ds4-ds5-workaround wont use exit code 1 whenever we dont receive MAC address of the controller
Configuration menu - View commit details
-
Copy full SHA for e51f397 - Browse repository at this point
Copy the full SHA e51f397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b8c496 - Browse repository at this point
Copy the full SHA 2b8c496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 818a882 - Browse repository at this point
Copy the full SHA 818a882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9366de2 - Browse repository at this point
Copy the full SHA 9366de2View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f546b38 - Browse repository at this point
Copy the full SHA f546b38View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fb040f - Browse repository at this point
Copy the full SHA 6fb040fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc852e0 - Browse repository at this point
Copy the full SHA cc852e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eeedab - Browse repository at this point
Copy the full SHA 7eeedabView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba8cf19 - Browse repository at this point
Copy the full SHA ba8cf19View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc61f79 - Browse repository at this point
Copy the full SHA fc61f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for e81bcf0 - Browse repository at this point
Copy the full SHA e81bcf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b61ddad - Browse repository at this point
Copy the full SHA b61ddadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b94595 - Browse repository at this point
Copy the full SHA 8b94595View commit details -
chore: rename 80-bazzite-ps-controller-sleep.rules to 80-bazzite-blue…
…tooth-ds4-ds5-workaround.rules
Configuration menu - View commit details
-
Copy full SHA for 50e84a9 - Browse repository at this point
Copy the full SHA 50e84a9View commit details