From f1ecf56ee5a0130dd61c2484ffe14bf426d1bc16 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 25 Jul 2021 23:10:43 +0200 Subject: [PATCH] erratum --- ...021-06-27-Hacking-my-XP-Pen-drawing-tablets.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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