diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-01-16 20:49:40 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-01-16 20:49:40 +0100 |
commit | fbd536b18905aa47bea815034279db20b1eb33e9 (patch) | |
tree | b75c2b48a150f164bd2bf0eb2f7ded0484f3222e | |
parent | 79beea77aa104d14e4ee774eb8358024ed3beae7 (diff) |
Bash script update
-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 |