mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-04 02:23:44 +02:00
doc: controller setup guide
This commit is contained in:
parent
fe3cc5b9a1
commit
061eab2641
1 changed files with 8 additions and 2 deletions
|
@ -12,9 +12,15 @@
|
|||
- MangoHud : MangoHud MangoHud-32bit
|
||||
- Vulkan Libs : Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk
|
||||
|
||||
## Setup Ps4 Controller
|
||||
## Setup Ps4 Controller via Bluetooth
|
||||
|
||||
Add current user to input group and install ds4drv for driver.
|
||||
The bluez and bluetoothd service need to setup.
|
||||
|
||||
Add current user to input,bluetooth group.
|
||||
|
||||
```bash
|
||||
sudo usermod -aG bluetooth,input hesam
|
||||
```
|
||||
|
||||
Inside this file : /etc/bluetooth/main.conf
|
||||
edit ControllerMode to bredr
|
||||
|
|
Loading…
Add table
Reference in a new issue