We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735094c commit 4e59dd8Copy full SHA for 4e59dd8
1 file changed
site/_wiki/FAQ/LinuxAppSpecific.md
@@ -30,7 +30,9 @@ env SDL_VIDEODRIVER=wayland osu-lazer
30
31
Firstly, make sure your output mode is [set to Artist Mode]({% link _wiki/FAQ/Linux.md %}#artist-mode %})
32
33
-You can confirm the setting is applied by running the following command and verifying that at least 1 listed device contains 'Artist' in the name.
+You can confirm the setting is applied by running the following command and
34
+verifying that at least 1 listed device contains 'Artist' in the name:
35
+
36
```bash
37
libinput list-devices | grep -i OpenTabletDriver
38
```
0 commit comments