Skip to content

Commit 6949bba

Browse files
authored
Update README.md
1 parent 312db68 commit 6949bba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ Here's a list of all my favorite Linux apps, tips, and tricks. My current distro
4343

4444
## Linux Tips and Tricks
4545

46-
- Steam Game Compatibility - If a game in Steam is not loading properly. Try adding this line to the games "Launch Options".
46+
### Steam Game Compatibility
47+
If a game in Steam is not loading properly. Try adding this line to the games "Launch Options".
4748
```
4849
SteamDeck=1 %command%
4950
```
5051

51-
- DualSense Controller Fix - 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. To find out what you're running use this command.
52+
### DualSense Controller Fix
53+
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. To find out what you're running use this command.
5254

5355
```
5456
echo $XDG_SESSION_TYPE

0 commit comments

Comments
 (0)