diff options
| author | Patrick Simianer <pks@pks.rocks> | 2018-04-06 15:55:40 +0200 | 
|---|---|---|
| committer | Patrick Simianer <pks@pks.rocks> | 2018-04-06 15:55:40 +0200 | 
| commit | 6779474631e8f0c48facef79ebb19b27c8d9e3ec (patch) | |
| tree | e08ead2d37829a5e9671a1dfe7b59ea191806d5f /mouse | |
| parent | 1fda02aded58724ec651d760cbff63f9fca4473b (diff) | |
mouse: set mouse/trackpoing settings for desktop
Diffstat (limited to 'mouse')
| -rwxr-xr-x | mouse | 5 | 
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +export EXT_POINTER=$(xinput list | grep "USB-HID Keyboard" | grep pointer | awk -F'=' '{print $2}' | cut -f 1) +xinput set-prop $EXT_POINTER 269 2.5 +xinput set-prop $EXT_POINTER 270 1.0 +xinput set-prop $EXT_POINTER 271 5.0 +  | 
