Forrest logo
back to context overview

xsetwacom

List of commands for xsetwacom:

  • xsetwacom:tldr:1275d xsetwacom: Set mode to relative (like a mouse) or absolute (like a pen) mode.
    $ xsetwacom set "${device_name}" Mode "${select}"
    try on your machine
    explain this command
  • xsetwacom:tldr:5b4cd xsetwacom: Set Wacom area to specific screen. Get name of the screen with `xrandr`.
    $ xsetwacom set "${device_name}" MapToOutput ${screen}
    try on your machine
    explain this command
  • 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
    explain this command
  • xsetwacom:tldr:c903b xsetwacom: List all the available Wacom devices. The device name is in the first column.
    $ xsetwacom list
    try on your machine
    explain this command
  • xsetwacom:tldr:ded2b xsetwacom: Rotate the input (useful for tablet-PC when rotating screen) by 0|90|180|270 degrees from "natural" rotation.
    $ xsetwacom set "${device_name}" Rotate ${select}
    try on your machine
    explain this command
back to context overview