diff options
author | P. J. McDermott <pj@pehjota.net> | 2021-09-25 19:41:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-09-25 19:41:29 (EDT) |
commit | 4b7412e17ce1b891134d3bf6539f2415d79f4fe9 (patch) | |
tree | c99766ee3517b9db11d498a146fb3d2d99bc60d5 /bin | |
parent | 6f30a69d5e9c6df5183389563b9e7336955d48f9 (diff) | |
download | fluxbox-4b7412e17ce1b891134d3bf6539f2415d79f4fe9.zip fluxbox-4b7412e17ce1b891134d3bf6539f2415d79f4fe9.tar.gz fluxbox-4b7412e17ce1b891134d3bf6539f2415d79f4fe9.tar.bz2 |
bin/xsession: Re-enable wheel emul after hibernate
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/xsession | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/xsession b/bin/xsession index f32ffbf..4d6ecaa 100755 --- a/bin/xsession +++ b/bin/xsession @@ -83,6 +83,13 @@ do_s2disk() disk EOF + xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation' 1 + xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Button' 2 + xinput set-prop 'TPPS/2 IBM TrackPoint' \ + 'Evdev Wheel Emulation Timeout' 200 + xinput set-prop 'TPPS/2 IBM TrackPoint' \ + 'Evdev Wheel Emulation Axes' 6 7 4 5 + return 0 } |