Created
January 9, 2020 18:08
-
-
Save Gydo194/51172df598fc9fae0c2d4ee524648797 to your computer and use it in GitHub Desktop.
Monitor binding and keybindings for Wacom Intuos S on Linux
This file contains hidden or 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
#!/bin/bash | |
# Map button 1 to Ctrl-Z, button 2 to Shift-Ctrl-Z and map the tablet area to the "eDP1" monitor | |
xsetwacom set "Wacom Intuos S Pad pad" Button 1 "key +ctrl z -ctrl" | |
xsetwacom set "Wacom Intuos S Pad pad" Button 2 "key +ctrl +shift z -ctrl -shift" | |
xsetwacom set "Wacom Intuos S Pen stylus" MapToOutput eDP1 | |
xsetwacom set "Wacom Intuos S Pen cursor" MapToOutput eDP1 | |
xsetwacom set "Wacom Intuos S Pen eraser" MapToOutput eDP1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment