mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 04:50:01 +02:00
input: use a larger middle button
This commit is contained in:
parent
942d758731
commit
07a1739172
1 changed files with 3 additions and 3 deletions
|
@ -54,12 +54,12 @@ case "$use,$(uname -n),$name" in
|
||||||
xstart=1472
|
xstart=1472
|
||||||
xend=5112
|
xend=5112
|
||||||
xinput set-prop $device 'Synaptics Soft Button Areas' \
|
xinput set-prop $device 'Synaptics Soft Button Areas' \
|
||||||
$(( ($xend - $xstart) * 60 / 100 + $xstart )) \
|
$(( ($xend - $xstart) * 65 / 100 + $xstart )) \
|
||||||
0 \
|
0 \
|
||||||
0 \
|
0 \
|
||||||
0 \
|
0 \
|
||||||
$(( ($xend - $xstart) * 40 / 100 + $xstart )) \
|
$(( ($xend - $xstart) * 35 / 100 + $xstart )) \
|
||||||
$(( ($xend - $xstart) * 60 / 100 + $xstart )) \
|
$(( ($xend - $xstart) * 65 / 100 + $xstart )) \
|
||||||
0 \
|
0 \
|
||||||
0
|
0
|
||||||
xinput set-prop $device 'Synaptics Off' 1
|
xinput set-prop $device 'Synaptics Off' 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue