diff --git a/site/posts/2021-06-27-Hacking-my-XP-Pen-drawing-tablets.md b/site/posts/2021-06-27-Hacking-my-XP-Pen-drawing-tablets.md index 7fec40a..3f05d73 100644 --- a/site/posts/2021-06-27-Hacking-my-XP-Pen-drawing-tablets.md +++ b/site/posts/2021-06-27-Hacking-my-XP-Pen-drawing-tablets.md @@ -165,4 +165,19 @@ article as needed. Keep calm and wash hands. +## Errata and Addenda + +### How to map your tablet input to a specific monitor + +I completely forgot to write about this part. The most generic way to do this +is to find out the ID of your stylus via `xinput`, and then the number of the +graphics output you want to map it to using `xrandr --listactivemonitors`. +You are interested in the number prefacing the monitor/connection descriptor. + +After accomplishing this, you enter the following command: + +```bash +xinput map-to-output HEAD- +``` + [nixos]: https://nixos.org