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
|[Bottles](https://usebottles.com)| FREE | Run Windows applications on Linux with WINE. |
11
+
|[Calibre](https://github.com/kovidgoyal/calibre)| FREE | Calibre is an e-book manager. It can view, convert, edit and catalog e-books in all of the major e-book formats. |
11
12
|[DarkReader](https://darkreader.org)| FREE | Makes all websites have a dark theme. |
12
13
|[DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve)| FREE | Very advanced and well made video editor. |
13
14
|[Discord](https://discord.com)| FREE | Chat app that supports audio/video/text for large groups, tailored to Gaming. |
@@ -44,20 +45,41 @@ Here's a list of all my favorite Linux apps, tips, and tricks. My current distro
44
45
45
46
## Linux Tips and Tricks
46
47
47
-
- Steam Game Compatibility - If a game in Steam is not loading properly. Try adding this line to the games "Launch Options".
48
+
### Steam Game Compatibility
49
+
If a game in Steam is not loading properly. Try adding this line to the games "Launch Options".
48
50
```
49
51
SteamDeck=1 %command%
50
52
```
51
53
52
-
- DualSense Controller Fix - If you use the Sony DualSense controller on Linux, the touchpad is overridden as a mouse trackpad. To fix this, add this file "/etc/X11/xorg.conf.d/30--dualsense.conf" with below text inside.
54
+
### Sony DualSense Controller Fix
55
+
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.
56
+
57
+
- Using Terminal. Create and open a file with this command.
0 commit comments