This commit is contained in:
nek0 2021-07-25 23:10:43 +02:00
parent 958ad779fc
commit f1ecf56ee5
1 changed files with 15 additions and 0 deletions

View File

@ -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 <Stylus-ID> HEAD-<Output-No>
```
[nixos]: https://nixos.org