grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 612e30288c7ddeba87ceb1bf90830ee3e5c8226d
parent 33bb72b31da121441185023f78e73d7320f9bc3f
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 17 Aug 2023 14:00:01 +0100

updates

Diffstat:
Ahardware/wacom.md | 11+++++++++++
Mtech-index.md | 1+
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/hardware/wacom.md b/hardware/wacom.md @@ -0,0 +1,11 @@ +# wacom + +## set monitor +* get device list +``` +xsetwacom --list devices +``` +* set all devices to required monitor (use `xrandr` for monitor id) +``` +xsetwacom --set <device_id> MapToOutput <monitor_id> +``` diff --git a/tech-index.md b/tech-index.md @@ -87,6 +87,7 @@ iwgetid wlp6s0 -r * [arduino](/hardware/arduino) * [trezor](/hardware/trezor) * [neos_smartcam](/hardware/neos_smartcam) +* [wacom](/hardware/wacom) ## cloud and saas * [azure](/cloud_saas/azure)