diff options
-rwxr-xr-x | static_tablet_setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static_tablet_setup.sh b/static_tablet_setup.sh index a7442dd..40e8637 100755 --- a/static_tablet_setup.sh +++ b/static_tablet_setup.sh @@ -30,9 +30,9 @@ xsetwacom set "HUION H420 Pad pad" Button 2 key "ctrl" key "shift" key "z" #midd xsetwacom set "HUION H420 Pad pad" Button 3 key "ctrl" key "z" #bot # on the pen -xsetwacom set "HUION H420 Pen stylus" Button 3 key "e" #button facing up (not the click button on the top) +xsetwacom set "HUION H420 stylus" Button 3 key "e" #button facing up (not the click button on the top) # Matching surface area to resolution of the main screen -xsetwacom set "HUION H420 Pen stylus" MapToOutput eDP-1 #eDP-1 is the screen of the laptop, look at xrandr -q to see the one you want +xsetwacom set "HUION H420 stylus" MapToOutput eDP-1 #eDP-1 is the screen of the laptop, look at xrandr -q to see the one you want |