You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -50,35 +50,35 @@ Here's a list of all my favorite Linux apps, tips, and tricks. My current distro
50
50
SteamDeck=1 %command%
51
51
```
52
52
53
-
### DualSense Controller Fix
54
-
If you use the Sony DualSense controller on Linux, the touchpad is seen as a mouse trackpad, which can cause games to break. To fix this, add one of the files below depending on what display server you run, then **reboot** for changes to take effect. To find out what display server you're running, use this command.
53
+
### Sony DualSense Controller Fix
54
+
If you use the Sony DualSense controller on Linux, the touchpad is seen as a mouse trackpad, which can cause games to break. To fix this, follow these steps.
55
55
56
+
- Using Terminal. Create and open a file with this command.
Name=Sony Interactive Entertainment Wireless Controller Touchpad
74
-
MatchIsTouchpad=yes
75
-
Ignore=yes
76
-
```
77
-
78
-
If it's not working, look up the name of your device by entering the below command and looking for your device in the list. Then update the name in the file you created above.
76
+
- Once pasted, push the key combo "Ctrl+X", then press "Y" key, and then press "ENTER" key.
77
+
- Now run the following command or just reboot your pc.
79
78
```
80
-
libinput list-devices
79
+
udevadm control --reload && udevadm trigger
81
80
```
81
+
If it worked, you shouldn't be able to move the mouse with the DualSense trackpad.
0 commit comments