mashu: Work around libinput stuff in phosh

This commit is contained in:
PapaTutuWawa 2021-10-26 19:12:58 +02:00
parent c28c5704c9
commit 734a910a90

View File

@ -53,6 +53,10 @@ in mkHost config {
services.logind.extraConfig = ''
HandlePowerKey=suspend
'';
services.xserver.libinput.touchpad = {
tapping = true;
disableWhileTrying = true;
};
systemd.user.services = {
gsd-media = {
description = "GSD media keys handling";