fix(tazjin/zamalek): Set libinput click method to 'clickfinger'

This is much nicer than button areas on a large touchpad.

Change-Id: I369f96f6b99cdf1803be1056b31fcfab8c0deae4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5569
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-05-10 16:48:14 +02:00 committed by clbot
parent bdbd4e3970
commit 2f74626718

View file

@ -75,5 +75,7 @@ in
opengl.enable = true;
};
services.xserver.libinput.touchpad.clickMethod = "clickfinger";
system.stateVersion = "21.11";
}