Created
January 3, 2024 10:30
-
-
Save tonitch/5f2b2f0bb8ab999fa9f4b798cfb2c8c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Display="DVI-D-0" #find it with xrandr | |
Stylusid=$(xinput | grep -Po 'Wacom (.*)' | grep -Po 'id=(\d*)' | grep -Po '\d*') | |
$(echo $Stylusid | tr ' ' '\n' | xargs -i xinput map-to-output {} $Display) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment