I'm trying to enable the middle click with 3 fingers on my touchpad usingsynclient ClickFinger3=2
. I know from similar questions that the modification is not permanent after standby, so I used the workaround provided in the first answer of this question in order to avoid this problem.
But the problem is that when I turn on the computer, the middle button click does not work and only when resuming from standby it starts to work perfectly.
I check the output of synclient right after the startup and the setting ClickFinger3=2
is already there. So the option is already set but it starts to work after a resume from standby.
Asked
Active
Viewed 137 times
0
ClickFinger3 = 2
, this is just my guess on a possible solution, but there could be no difference. – TheOdd Oct 05 '16 at 14:14/bin/bash -c "sleep 15 && <command_to_set_the_mouse>"
– Jacob Vlijm Oct 05 '16 at 21:00synclient ClickFinger3=2
in the terminal after power on, the middle click doesn't work. Maybe it needs a sequence of commands like first disabling 2 fingers click, then adding 3 fingers click or something like that, what do you think? (As usual after resume everything works) – newman_ash Oct 06 '16 at 13:23dconf watch /
(keep it running). Subsequently go into standby and wake up again. Might very wll give us usefull information on what relevant setting is possibly edited. – Jacob Vlijm Oct 07 '16 at 18:55dconf watch /
$ dconf watch / /apps/update-manager/launch-time 1475918972 /com/canonical/unity/minimize-count 38
But as you can see, nothing much happened, just the update manager showing out – newman_ash Oct 08 '16 at 09:32