Fix tune-mouse, update event
This commit is contained in:
parent
f1735063d8
commit
822d11cdb1
2 changed files with 4 additions and 2 deletions
|
@ -14,8 +14,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
xsetwacom --set "Wacom HID 484D Finger touch" MapToOutput "$display"
|
|
||||||
xsetwacom --set "Wacom HID 484D Pen stylus" MapToOutput "$display"
|
|
||||||
|
|
||||||
if xinput list | grep -q Bamboo; then
|
if xinput list | grep -q Bamboo; then
|
||||||
devfinger="Wacom Bamboo 16FG 4x5 Finger touch"
|
devfinger="Wacom Bamboo 16FG 4x5 Finger touch"
|
||||||
|
@ -36,6 +34,9 @@ xsetwacom --set "Wacom Bamboo 16FG 4x5 Pen stylus" mode relative
|
||||||
xinput set-prop "Wacom Bamboo 16FG 4x5 Pen stylus" "Device Accel Constant Deceleration" 4
|
xinput set-prop "Wacom Bamboo 16FG 4x5 Pen stylus" "Device Accel Constant Deceleration" 4
|
||||||
xinput set-prop "Wacom Bamboo 16FG 4x5 Pen stylus" "Device Accel Adaptive Deceleration" 2
|
xinput set-prop "Wacom Bamboo 16FG 4x5 Pen stylus" "Device Accel Adaptive Deceleration" 2
|
||||||
|
|
||||||
|
xsetwacom --set "Wacom HID 484D Finger touch" MapToOutput "$display"
|
||||||
|
xsetwacom --set "Wacom HID 484D Pen stylus" MapToOutput "$display"
|
||||||
|
|
||||||
# Rotate so usb cable is not disturbing me
|
# Rotate so usb cable is not disturbing me
|
||||||
# xinput set-prop 14 "Evdev Axis Inversion" 1 1
|
# xinput set-prop 14 "Evdev Axis Inversion" 1 1
|
||||||
# xsetwacom --set "Wacom Bamboo 16FG 4x5 Pen" MapToOutput LVDS1
|
# xsetwacom --set "Wacom Bamboo 16FG 4x5 Pen" MapToOutput LVDS1
|
||||||
|
|
|
@ -14,6 +14,7 @@ arrival="2017-02-07"; event="syssec"
|
||||||
arrival="2017-08-21"; event="cil"
|
arrival="2017-08-21"; event="cil"
|
||||||
arrival="2017-09-25"; event="euler-reinstallation"
|
arrival="2017-09-25"; event="euler-reinstallation"
|
||||||
arrival="2018-02-02"; event="algolab-1"
|
arrival="2018-02-02"; event="algolab-1"
|
||||||
|
arrival="2018-03-03"; event="Sanghee"
|
||||||
|
|
||||||
export arrival event
|
export arrival event
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue