diff --git a/tune-mouse b/tune-mouse index 0b1b873..19152af 100755 --- a/tune-mouse +++ b/tune-mouse @@ -1,12 +1,4 @@ #!/bin/sh - -# XPS 13 -# xinput set-prop "DLL0704:01 06CB:76AE Touchpad" "libinput Natural Scrolling Enabled" 1 - -# lenovo x1 carbon 2016 -xinput set-prop "" "libinput Natural Scrolling Enabled" 1 -# xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" -0.5 - -# Dell Latitude 5285 -#xinput set-prop "" "libinput Natural Scrolling Enabled" 1 +xinput set-prop "$(cat ~/.touchpad-name)" "libinput Natural Scrolling Enabled" 1 +! diff --git a/wacom-tuning b/wacom-tuning index 2a0ae08..7bf3d63 100755 --- a/wacom-tuning +++ b/wacom-tuning @@ -3,9 +3,15 @@ if [ $# -eq 1 ]; then display=$1 else - display=LVDS1 + display=eDP1 fi + +xsetwacom --set "Wacom HID 484C Finger" MapToOutput "$display" +xsetwacom --set "Wacom HID 484C Pen Pen (0)" MapToOutput "$display" + +exit 0 + devfinger="Wacom Bamboo 16FG 4x5 Finger" xinput set-prop "$devfinger" "Device Enabled" 0 @@ -14,6 +20,7 @@ xinput set-prop "$devfinger" "Device Enabled" 0 #xsetwacom --set "Wacom Bamboo 16FG 4x5 Pen eraser" MapToOutput $display exit 0 + # xinput set-prop "Wacom Bamboo 16FG 4x5 Finger pad" "Device Enabled" 0 xsetwacom --set "Wacom Bamboo 16FG 4x5 Pen stylus" mode relative diff --git a/x-at-home b/x-at-home index 75bfabd..5cacf6e 100644 --- a/x-at-home +++ b/x-at-home @@ -1,4 +1,4 @@ #!/bin/sh x-off -xrandr --output DP1 --above eDP1 --auto --rotate left +xrandr --output DP1 --right-of eDP1 --auto --rotate left