diff options
author | P. J. McDermott <pj@pehjota.net> | 2022-02-03 05:02:02 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2022-02-03 05:02:02 (EST) |
commit | 8c706198ae48e68af5b0fcd11599d71d39d5f526 (patch) | |
tree | 6a87b7bb19cb3de60fdf7352910e3a7ddd45f8cc /bin | |
parent | 4b7412e17ce1b891134d3bf6539f2415d79f4fe9 (diff) | |
download | fluxbox-8c706198ae48e68af5b0fcd11599d71d39d5f526.zip fluxbox-8c706198ae48e68af5b0fcd11599d71d39d5f526.tar.gz fluxbox-8c706198ae48e68af5b0fcd11599d71d39d5f526.tar.bz2 |
bin/xsession: Pause before setting mouse props
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/xsession | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/xsession b/bin/xsession index 4d6ecaa..67ea9a7 100755 --- a/bin/xsession +++ b/bin/xsession @@ -83,6 +83,7 @@ do_s2disk() disk EOF + sleep 1 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' \ |