@ -201,23 +201,7 @@ our Gitter channel via the badge on top.
Also take a look at our [Coding Conventions](https://github.com/xournalpp/xournalpp/wiki/Coding-conventions)
## FAQ
### Q: Secondary stylus button only works when there is no contact
This is due to a driver setting, which you can configure with `TPCButton` or `TabletPCButton` directive if using `Wacom` driver (but other drivers might have this setting too).
Here's a `/usr/share/X11/xorg.conf.d/30-wacom.conf` example snippet:
```
Section "InputClass"
Identifier "Wacom tablets class"
MatchProduct "Wacom"
MatchDevicePath "/dev/input/event*"
MatchIsTablet "on"
Driver "wacom"
Option "TabletPCButton" "on"
Option "TPCButton" "on"
EndSection
```
If you are using `libinput` as driver, take a look at [#940](https://github.com/xournalpp/xournalpp/issues/940) and the ticket over at libinput which adresses this issue (https://gitlab.freedesktop.org/libinput/libinput/issues/193)