x-auto: also adjust mouse/touchscreen mapping
This commit is contained in:
parent
bf12d8da68
commit
954f11b8cd
1 changed files with 3 additions and 0 deletions
3
x-auto
3
x-auto
|
@ -17,3 +17,6 @@ for dp in $(xrandr | awk '/connected/ { print $1 }'); do
|
|||
|
||||
xrandr --output "$dp" --auto --$position "$primary"
|
||||
done
|
||||
|
||||
# tune mouse to re-adjust mappings
|
||||
tune-mouse
|
||||
|
|
Loading…
Reference in a new issue