Forrest logo
back to the xsetwacom tool

xsetwacom:tldr:bda25

xsetwacom: Set button to only work when the tip of the pen is touching the tablet.
$ xsetwacom set "${device_name}" TabletPCButton "on"
try on your machine

The command "xsetwacom set" is used to modify the settings of a Wacom tablet device in Linux systems. The specific function being modified in this command is the "TabletPCButton" which represents the buttons on the tablet.

The "${device_name}" is a placeholder that should be replaced with the actual name of the Wacom tablet device. This name identifies the specific tablet that you want to configure.

The command "on" is used to turn on the TabletPCButton functionality. This means that the buttons on the tablet will be enabled and can be used for their assigned functions.

In summary, this command is used to enable or turn on the TabletPCButton functionality for a specific Wacom tablet device.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the xsetwacom tool