/scripts

Useful scripts in one place

Primary LanguagePythonMIT LicenseMIT

scripts

Useful scripts in one place

Map Graphics tablet to one monitor

Find the Tablet Pen input

$ xinput

Get the monitor list

$ xrandr

Map the output:

$ xinput --map-to-output <id> <monitor-id>

Example:

$ xinput --map-to-output 15 "HDMI-1"